Skip to content

Commit

Permalink
*/*: sync with upstream
Browse files Browse the repository at this point in the history
Taken from: FreeBSD
  • Loading branch information
fichtner committed Nov 1, 2016
1 parent b3f516c commit d19375f
Show file tree
Hide file tree
Showing 221 changed files with 3,374 additions and 2,940 deletions.
1 change: 0 additions & 1 deletion archivers/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@
SUBDIR += rpm2cpio
SUBDIR += rpm4
SUBDIR += ruby-lha
SUBDIR += ruby-zip
SUBDIR += rubygem-archive-tar-minitar
SUBDIR += rubygem-archive-zip
SUBDIR += rubygem-bzip2-ruby
Expand Down
45 changes: 0 additions & 45 deletions archivers/ruby-zip/Makefile

This file was deleted.

2 changes: 0 additions & 2 deletions archivers/ruby-zip/distinfo

This file was deleted.

3 changes: 0 additions & 3 deletions archivers/ruby-zip/pkg-descr

This file was deleted.

16 changes: 0 additions & 16 deletions archivers/ruby-zip/pkg-plist

This file was deleted.

2 changes: 1 addition & 1 deletion databases/mariadb55-server/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $FreeBSD$

PORTNAME?= mariadb
PORTVERSION= 5.5.52
PORTVERSION= 5.5.53
CATEGORIES= databases ipv6
MASTER_SITES= http://ftp.osuosl.org/pub/mariadb/${PORTNAME}-${PORTVERSION}/source/ \
http://mirrors.supportex.net/mariadb/${PORTNAME}-${PORTVERSION}/source/ \
Expand Down
6 changes: 3 additions & 3 deletions databases/mariadb55-server/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1473836056
SHA256 (mariadb-5.5.52.tar.gz) = e142f9459507b97c5848042863b313ce70750118446bb4e35e5c07fe66007293
SIZE (mariadb-5.5.52.tar.gz) = 45745859
TIMESTAMP = 1476724173
SHA256 (mariadb-5.5.53.tar.gz) = 4517296f5686af83c3f67bd9183ca1038c73a9c6c5e680389d167f72c644124e
SIZE (mariadb-5.5.53.tar.gz) = 45739935
17 changes: 7 additions & 10 deletions databases/memcached/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= memcached
PORTVERSION= 1.4.25
PORTVERSION= 1.4.33
CATEGORIES= databases
MASTER_SITES= http://www.memcached.org/files/ \
GENTOO
Expand All @@ -27,8 +27,7 @@ SASL_DESC= Enable SASL Authentication
USE_RC_SUBR= memcached
SUB_LIST+= RC_SUBR_SUFFIX=${RC_SUBR_SUFFIX}

USES= cpe shebangfix autoreconf:build
USE_AUTOTOOLS= aclocal
USES= cpe shebangfix autoreconf
SHEBANG_FILES= scripts/memcached-tool

USE_CSTD= c99
Expand All @@ -37,6 +36,8 @@ CONFIGURE_ARGS= --with-libevent=${LOCALBASE} \
--program-prefix= \
--disable-coverage

DOCS_BUILD_DEPENDS= xml2rfc:textproc/xml2rfc

DTRACE_CONFIGURE_ENABLE= dtrace

SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2
Expand All @@ -57,19 +58,15 @@ CONFIGURE_ARGS+= --enable-64bit
BROKEN= DTRACE broken with gcc/clang - reported upstream
.endif

.if ${PORT_OPTIONS:MDOCS}
BUILD_DEPENDS= xml2rfc:textproc/xml2rfc
.endif

post-install:
${INSTALL_SCRIPT} ${WRKSRC}/scripts/memcached-tool ${STAGEDIR}${PREFIX}/bin
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${STAGEDIR}${DOCSDIR}

post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
.for i in protocol-binary-range.txt protocol-binary.txt protocol.txt \
readme.txt threads.txt
${INSTALL_DATA} ${WRKSRC}/doc/${i} ${STAGEDIR}${DOCSDIR}
.endfor
.endif

regression-test: test
test: build
Expand Down
5 changes: 3 additions & 2 deletions databases/memcached/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
SHA256 (memcached-1.4.25.tar.gz) = f058437b3c224d321919a9a6bb4e3eedb2312ed718c0caf087ff2f04ab795dda
SIZE (memcached-1.4.25.tar.gz) = 359709
TIMESTAMP = 1478061979
SHA256 (memcached-1.4.33.tar.gz) = 83726c8d68258c56712373072abb25a449c257398075a39ec0867fd8ba69771d
SIZE (memcached-1.4.33.tar.gz) = 389813
11 changes: 0 additions & 11 deletions databases/memcached/files/patch-thread.c

This file was deleted.

6 changes: 5 additions & 1 deletion databases/py-psycopg2cffi/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $FreeBSD$

PORTNAME= psycopg2cffi
PORTVERSION= 2.7.4
PORTVERSION= 2.7.5
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -10,6 +10,7 @@ MAINTAINER= [email protected]
COMMENT= Implementation of the psycopg2 module using cffi

LICENSE= LGPL3+
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= ${PYTHONPREFIX_SITELIBDIR}/_cffi_backend.so:devel/py-cffi
RUN_DEPENDS= ${PYTHONPREFIX_SITELIBDIR}/_cffi_backend.so:devel/py-cffi
Expand All @@ -19,4 +20,7 @@ NO_ARCH= yes
USE_PYTHON= autoplist distutils
USES= pgsql python

post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}/_impl/_libpq.so

.include <bsd.port.mk>
5 changes: 3 additions & 2 deletions databases/py-psycopg2cffi/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
SHA256 (psycopg2cffi-2.7.4.tar.gz) = ade6927a58c8deeaddcde0dea57c2c0e822b3a3ec703cebb63b4c0fcf98d2ed1
SIZE (psycopg2cffi-2.7.4.tar.gz) = 62017
TIMESTAMP = 1478013173
SHA256 (psycopg2cffi-2.7.5.tar.gz) = a36a4c74060123232abed6fa8bbc7355b322b99fc22b60191128aa20d147e290
SIZE (psycopg2cffi-2.7.5.tar.gz) = 62733
5 changes: 2 additions & 3 deletions devel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4536,8 +4536,6 @@
SUBDIR += py-sip
SUBDIR += py-six
SUBDIR += py-smmap
SUBDIR += py-snack
SUBDIR += py-snackwich
SUBDIR += py-sortedcontainers
SUBDIR += py-sourcemap
SUBDIR += py-spark
Expand Down Expand Up @@ -4875,7 +4873,6 @@
SUBDIR += ruby-intl
SUBDIR += ruby-korundum
SUBDIR += ruby-krossruby
SUBDIR += ruby-langscan
SUBDIR += ruby-locale
SUBDIR += ruby-ncurses
SUBDIR += ruby-property
Expand Down Expand Up @@ -5055,8 +5052,10 @@
SUBDIR += rubygem-forwardable-extended
SUBDIR += rubygem-gdata
SUBDIR += rubygem-gem_plugin
SUBDIR += rubygem-gem-compare
SUBDIR += rubygem-gemcutter
SUBDIR += rubygem-gemnasium-gitlab-service
SUBDIR += rubygem-gemnasium-parser
SUBDIR += rubygem-gems
SUBDIR += rubygem-generator_spec
SUBDIR += rubygem-generator_spec-rails4
Expand Down
2 changes: 1 addition & 1 deletion devel/antlr/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PORTVERSION= 2.7.7
CATEGORIES= devel java
MASTER_SITES= http://www.antlr2.org/download/

MAINTAINER= ports@FreeBSD.org
MAINTAINER= makc@FreeBSD.org
COMMENT= ANother Tool for Language Recognition

CONFLICTS= pccts-[0-9]*
Expand Down
2 changes: 1 addition & 1 deletion devel/avalon-framework/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PORTREVISION= 2
CATEGORIES= devel java
MASTER_SITES= APACHE/avalon/${PORTNAME}/binaries

MAINTAINER= ports@FreeBSD.org
MAINTAINER= makc@FreeBSD.org
COMMENT= Apache Avalon core framework for component programming

USE_JAVA= yes
Expand Down
2 changes: 1 addition & 1 deletion devel/flexdock/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PORTVERSION= 1.2.4
CATEGORIES= devel java
MASTER_SITES= http://forge.scilab.org/index.php/p/${PORTNAME}/downloads/get/

MAINTAINER= ports@FreeBSD.org
MAINTAINER= makc@FreeBSD.org
COMMENT= Swing windowing and docking framework

USE_ANT= yes
Expand Down
2 changes: 1 addition & 1 deletion devel/jakarta-commons-io/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ MASTER_SITES= APACHE_COMMONS_SOURCE
PKGNAMEPREFIX= jakarta-
DISTNAME= ${PORTNAME}-${PORTVERSION}-src

MAINTAINER= ports@FreeBSD.org
MAINTAINER= makc@FreeBSD.org
COMMENT= Collection of I/O utilities for Java

LICENSE= APACHE20
Expand Down
2 changes: 1 addition & 1 deletion devel/libmill/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $FreeBSD$

PORTNAME= libmill
PORTVERSION= 1.16
PORTVERSION= 1.17
CATEGORIES= devel
MASTER_SITES= http://libmill.org/

Expand Down
6 changes: 3 additions & 3 deletions devel/libmill/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1471631481
SHA256 (libmill-1.16.tar.gz) = e78f5d87d214f2357c092d236869a9d69c782c88510db4813f53c8d5725f23c4
SIZE (libmill-1.16.tar.gz) = 478901
TIMESTAMP = 1478031864
SHA256 (libmill-1.17.tar.gz) = ada513275d8d5a2ce98cdbc47ad491bfb10f5e9a5429656e539a5889f863042d
SIZE (libmill-1.17.tar.gz) = 482784
2 changes: 1 addition & 1 deletion devel/libmill/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ include/libmill.h
lib/libmill.a
lib/libmill.so
lib/libmill.so.18
lib/libmill.so.18.0.2
lib/libmill.so.18.1.0
libdata/pkgconfig/libmill.pc
2 changes: 1 addition & 1 deletion devel/looks/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ MASTER_SITES= http://www.jgoodies.com/download/libraries/${PORTNAME}/ \
LOCAL/makc
DISTNAME= jgoodies-${PORTNAME}-${DISTVERSION}

MAINTAINER= ports@FreeBSD.org
MAINTAINER= makc@FreeBSD.org
COMMENT= Improved appearance for Java Swing applications

LICENSE= BSD3CLAUSE
Expand Down
2 changes: 1 addition & 1 deletion devel/mercurial/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= mercurial
PORTVERSION= 3.9.2
PORTVERSION= 4.0
CATEGORIES= devel python
MASTER_SITES= http://mercurial-scm.org/release/

Expand Down
6 changes: 3 additions & 3 deletions devel/mercurial/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1475351083
SHA256 (mercurial-3.9.2.tar.gz) = 69046a427c05e83097bf0145a1e37975ae0b6ba4430456e2beca3d2fd96583cf
SIZE (mercurial-3.9.2.tar.gz) = 4798958
TIMESTAMP = 1478029445
SHA256 (mercurial-4.0.tar.gz) = 24be080745230840f214d93e9f9fb4e25510f9abbbec2e56fab18543fedc43a7
SIZE (mercurial-4.0.tar.gz) = 4850316
4 changes: 4 additions & 0 deletions devel/mercurial/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ bin/hg
%%PYTHON_SITELIBDIR%%/mercurial/help/internals/changegroups.txt
%%PYTHON_SITELIBDIR%%/mercurial/help/internals/requirements.txt
%%PYTHON_SITELIBDIR%%/mercurial/help/internals/revlogs.txt
%%PYTHON_SITELIBDIR%%/mercurial/help/internals/wireprotocol.txt
%%PYTHON_SITELIBDIR%%/mercurial/help/merge-tools.txt
%%PYTHON_SITELIBDIR%%/mercurial/help/multirevs.txt
%%PYTHON_SITELIBDIR%%/mercurial/help/patterns.txt
Expand Down Expand Up @@ -501,6 +502,9 @@ bin/hg
%%PYTHON_SITELIBDIR%%/mercurial/posix.py
%%PYTHON_SITELIBDIR%%/mercurial/posix.pyc
%%PYTHON_SITELIBDIR%%/mercurial/posix.pyo
%%PYTHON_SITELIBDIR%%/mercurial/profiling.py
%%PYTHON_SITELIBDIR%%/mercurial/profiling.pyc
%%PYTHON_SITELIBDIR%%/mercurial/profiling.pyo
%%PYTHON_SITELIBDIR%%/mercurial/progress.py
%%PYTHON_SITELIBDIR%%/mercurial/progress.pyc
%%PYTHON_SITELIBDIR%%/mercurial/progress.pyo
Expand Down
50 changes: 0 additions & 50 deletions devel/py-snack/Makefile

This file was deleted.

2 changes: 0 additions & 2 deletions devel/py-snack/distinfo

This file was deleted.

15 changes: 0 additions & 15 deletions devel/py-snack/files/setup.py.in

This file was deleted.

Loading

0 comments on commit d19375f

Please sign in to comment.