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 Jun 30, 2016
1 parent 7021ee9 commit 5e8102d
Show file tree
Hide file tree
Showing 156 changed files with 548 additions and 332 deletions.
9 changes: 4 additions & 5 deletions archivers/gtar/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,16 @@ PKGNAMEPREFIX= g
MAINTAINER= [email protected]
COMMENT= GNU version of the traditional tape archiver

LICENSE= GPLv3
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING

INFO= tar

USES= charsetfix cpe iconv:${STATIC_ARGS} makeinfo tar:xz
USES= charsetfix cpe iconv:${STATIC_ARGS} localbase makeinfo tar:xz
CPE_VENDOR= gnu
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=g \
--disable-silent-rules
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ENV= DEFAULT_ARCHIVE=/dev/sa0 \
DEFAULT_RMT_COMMAND=/etc/rmt
# supply result to skip a test that will abort configure if run as root
Expand All @@ -43,6 +42,6 @@ STATIC_VARS_OFF= STATIC_ARGS=lib

# do not rebuild tar.info
post-patch:
touch -r ${WRKSRC}/doc/stamp-vti ${WRKSRC}/configure
${TOUCH} -r ${WRKSRC}/doc/stamp-vti ${WRKSRC}/configure

.include <bsd.port.mk>
2 changes: 1 addition & 1 deletion archivers/lzma/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ do-install:
@${INSTALL} -d ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC}/&&${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})

regression-test: build
do-test:
${BUILD_WRKSRC}/${PORTNAME} b

.include <bsd.port.mk>
2 changes: 1 addition & 1 deletion audio/libid3tag/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CATEGORIES= audio
MASTER_SITES= SF/mad/${PORTNAME}/${PORTVERSION} \
ftp://ftp.mars.org/pub/mpeg/

MAINTAINER= ports@FreeBSD.org
MAINTAINER= zeising@FreeBSD.org
COMMENT= ID3 tags library (part of MAD project)

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

PORTNAME= diamond
PORTVERSION= 0.8.6
PORTVERSION= 0.8.9
DISTVERSIONPREFIX= v
CATEGORIES= biology

Expand Down
6 changes: 3 additions & 3 deletions biology/diamond/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1466172154
SHA256 (bbuchfink-diamond-v0.8.6_GH0.tar.gz) = 94b755f5536fd2c8a009904efc2271aac7bfd9a44a74490fe12944b05c1cba64
SIZE (bbuchfink-diamond-v0.8.6_GH0.tar.gz) = 206973
TIMESTAMP = 1467229640
SHA256 (bbuchfink-diamond-v0.8.9_GH0.tar.gz) = a417cd38c7e4fe92b0f2915e172b2f7c3d00f7ba10cc0509b81591ce301112bc
SIZE (bbuchfink-diamond-v0.8.9_GH0.tar.gz) = 211105
2 changes: 1 addition & 1 deletion databases/pecl-memcached/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ USE_PHP= json:build session:build
USES= php:ext pkgconfig tar:tgz

IGBINARY_CONFIGURE_ENABLE= memcached-igbinary
IGBINARY_USE= PHP=igbinary
IGBINARY_USE= PHP=igbinary:build
SASL_CONFIGURE_ENABLE= memcached-sasl
SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2

Expand Down
2 changes: 1 addition & 1 deletion databases/php56-redis/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ OPTIONS_DEFINE= IGBINARY
IGBINARY_DESC= Build with Igbinary serializer

IGBINARY_CONFIGURE_ENABLE= redis-igbinary
IGBINARY_USE= php=igbinary
IGBINARY_USE= php=igbinary:build

.include <bsd.port.mk>
22 changes: 16 additions & 6 deletions deskutils/egroupware/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,35 @@
# $FreeBSD$

PORTNAME= eGroupware
PORTVERSION= 14.3.20160428
PORTVERSION= 14.3.20160525
CATEGORIES= deskutils
MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME}-14.3/${PORTNAME}-${PORTVERSION}
DISTFILES= ${PORTNAME:tl}-epl-${PORTVERSION}.tar.bz2

MAINTAINER= [email protected]
COMMENT= Web-based GroupWare system

LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/doc/LICENSE

USES= cpe tar:bzip2
USE_PHP= bcmath bz2 ctype json mcrypt session simplexml xmlreader zlib
RUN_DEPENDS= ${LOCALBASE}/share/pear/Net/Sieve.php:net/pear-Net_Sieve \
${LOCALBASE}/share/pear/Horde/Imap/Client.php:mail/pear-Horde_Imap_Client \
${LOCALBASE}/share/pear/Horde/Nls.php:devel/pear-Horde_Nls \
${LOCALBASE}/share/pear/Horde/Mail/Transport.php:mail/pear-Horde_Mail \
${LOCALBASE}/share/pear/Horde/Smtp.php:mail/pear-Horde_Smtp \
${LOCALBASE}/share/pear/Horde/Compress.php:archivers/pear-Horde_Compress \
${LOCALBASE}/share/pear/Horde/Icalendar.php:devel/pear-Horde_Icalendar \
${LOCALBASE}/share/pear/Horde/Mapi.php:mail/pear-Horde_Mapi

USES= cpe php tar:bzip2
USE_PHP= bcmath bz2 ctype json mcrypt session simplexml tidy xmlreader zlib
NO_BUILD= yes
PLIST= ${WRKDIR}/plist
SUB_FILES= pkg-message
SUB_LIST= EG_DIR=${EG_DIR} \
EG_DATA=${EG_DATA}

USE_GITHUB= yes
GH_ACCOUNT= EGroupware

OPTIONS_DEFINE= MYSQL POSTGRES OSSL ZIP GD LDAP MBSTRING
OPTIONS_DEFAULT=MYSQL OSSL ZIP

Expand All @@ -37,7 +47,7 @@ ZIP_USE= PHP=zip
GD_USE= PHP=gd
LDAP_USE= PHP=ldap

WRKSRC= ${WRKDIR}/egroupware
WRKSRC= ${WRKDIR}/egroupware-${PORTVERSION}
EG_DIR= www/eg
EG_WWWDIR= ${PREFIX}/${EG_DIR}
EG_DATA= www/egdata
Expand Down
5 changes: 3 additions & 2 deletions deskutils/egroupware/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
SHA256 (egroupware-epl-14.3.20160428.tar.bz2) = ded53057454a379241acc6db07344e3661a087af8774a40b3102eeb4e655456b
SIZE (egroupware-epl-14.3.20160428.tar.bz2) = 18861898
TIMESTAMP = 1465663928
SHA256 (EGroupware-eGroupware-14.3.20160525_GH0.tar.gz) = 947dd6b548a55ddf333623652ac90a1efe6a31c15b4ad65bdc13464144a69d6e
SIZE (EGroupware-eGroupware-14.3.20160525_GH0.tar.gz) = 15565441
2 changes: 1 addition & 1 deletion devel/libsearpc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ USE_GITHUB= yes
GH_ACCOUNT= haiwen
GH_TAGNAME= v3.0-latest

USES= autoreconf libtool pathfix pkgconfig python:2
USES= autoreconf gettext libtool pathfix pkgconfig python:2
USE_LDCONFIG= yes
PATHFIX_MAKEFILEIN= Makefile.am

Expand Down
2 changes: 1 addition & 1 deletion devel/pecl-memoize/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ MEMCACHED_DESC= Enable memcached storage module
MEMORY_DESC= Enable the memoize memory storage module

APC_CONFIGURE_ON= --enable-memoize-apc
APC_USE= PHP=apc
APC_USE= PHP=apc:build
MEMCACHED_CONFIGURE_ON= --with-memoize-memcached
MEMCACHED_BUILD_DEPENDS=libmemcached>=0:databases/libmemcached
MEMCACHED_RUN_DEPENDS= libmemcached>=0:databases/libmemcached
Expand Down
2 changes: 1 addition & 1 deletion devel/pmd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= pmd
PORTVERSION= 5.4.2
PORTVERSION= 5.5.0
CATEGORIES= devel java
MASTER_SITES= SF
DISTNAME= ${PORTNAME}-bin-${PORTVERSION}
Expand Down
6 changes: 3 additions & 3 deletions devel/pmd/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1464658138
SHA256 (pmd-bin-5.4.2.zip) = 8c04505d39a927eb2cf0a351da813388b7016d73983cea79326d7aca04fbed22
SIZE (pmd-bin-5.4.2.zip) = 29120704
TIMESTAMP = 1466954861
SHA256 (pmd-bin-5.5.0.zip) = b3b5b79513ba7f7ac1caa028599647c68528d5b0316ab79aa1fef7dc665755f5
SIZE (pmd-bin-5.5.0.zip) = 54646622
4 changes: 4 additions & 0 deletions devel/pmd/pkg-plist
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
bin/pmd
%%DATADIR%%/antlr-runtime-3.5.2.jar
%%DATADIR%%/antlr4-runtime-4.5.2-1.jar
%%DATADIR%%/asm-5.0.4.jar
%%DATADIR%%/commons-io-2.4.jar
Expand All @@ -7,6 +8,8 @@ bin/pmd
%%DATADIR%%/javacc-5.0.jar
%%DATADIR%%/jaxen-1.1.6.jar
%%DATADIR%%/jcommander-1.48.jar
%%DATADIR%%/pmd-apex-%%PORTVERSION%%-apex-jorje-shaded.jar
%%DATADIR%%/pmd-apex-%%PORTVERSION%%.jar
%%DATADIR%%/pmd-core-%%PORTVERSION%%.jar
%%DATADIR%%/pmd-cpp-%%PORTVERSION%%.jar
%%DATADIR%%/pmd-cs-%%PORTVERSION%%.jar
Expand All @@ -17,6 +20,7 @@ bin/pmd
%%DATADIR%%/pmd-jsp-%%PORTVERSION%%.jar
%%DATADIR%%/pmd-matlab-%%PORTVERSION%%.jar
%%DATADIR%%/pmd-objectivec-%%PORTVERSION%%.jar
%%DATADIR%%/pmd-perl-%%PORTVERSION%%.jar
%%DATADIR%%/pmd-php-%%PORTVERSION%%.jar
%%DATADIR%%/pmd-plsql-%%PORTVERSION%%.jar
%%DATADIR%%/pmd-python-%%PORTVERSION%%.jar
Expand Down
2 changes: 1 addition & 1 deletion devel/py-http-prompt/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $FreeBSD$

PORTNAME= http-prompt
PORTVERSION= 0.3.1
PORTVERSION= 0.4.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand Down
6 changes: 3 additions & 3 deletions devel/py-http-prompt/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1465215636
SHA256 (http-prompt-0.3.1.tar.gz) = adb13fbcdc6fc534e5ce648d42cf7409773b87a4e9ca057c6ab61d50ed5bd57e
SIZE (http-prompt-0.3.1.tar.gz) = 16241
TIMESTAMP = 1467157659
SHA256 (http-prompt-0.4.1.tar.gz) = a808009fa61e03cdb91a93a88035dfb82e6a502e01830af5a821781e9b13ffd7
SIZE (http-prompt-0.4.1.tar.gz) = 19363
7 changes: 6 additions & 1 deletion devel/py-natsort/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= natsort
PORTVERSION= 5.0.0
PORTVERSION= 5.0.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -13,8 +13,13 @@ COMMENT= Natural sorting for python
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest

USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes

do-test:
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test

.include <bsd.port.mk>
5 changes: 3 additions & 2 deletions devel/py-natsort/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
SHA256 (natsort-5.0.0.tar.gz) = b362a2bec8bc0dcdde0dd566703b48c2c59f607e897785c6c9253c96f4abb881
SIZE (natsort-5.0.0.tar.gz) = 67543
TIMESTAMP = 1467249855
SHA256 (natsort-5.0.1.tar.gz) = 4ad6b4d1153451e345967989bd3ca30abf33f615b116eeadfcc51a456e6974a9
SIZE (natsort-5.0.1.tar.gz) = 68053
2 changes: 1 addition & 1 deletion emulators/i386-wine-devel/Makefile.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= wine
PORTVERSION= 1.9.12
PORTVERSION= 1.9.13
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= LOCAL/dbn/repos/wine/${DIST_SUBDIR}/
Expand Down
26 changes: 13 additions & 13 deletions emulators/i386-wine-devel/distinfo
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
TIMESTAMP = 1466868145
SHA256 (freebsd:9:x86:64/i386-wine-devel-1.9.12,1.txz) = 02d3e9191fabbbf919243bbbb01185c18757840dc223b87ac000821c74fff0dd
SIZE (freebsd:9:x86:64/i386-wine-devel-1.9.12,1.txz) = 40314324
SHA256 (freebsd:9:x86:64/i386-wine-staging-1.9.12,1.txz) = ae06b842531a2a3093d8b9dc72001ebb419b94eb0db2e6481ffb53d502400af0
SIZE (freebsd:9:x86:64/i386-wine-staging-1.9.12,1.txz) = 43091988
SHA256 (freebsd:10:x86:64/i386-wine-devel-1.9.12,1.txz) = c45433eea94e99b06eaa70898d6b2fecc67d8719b826a7d87178efe34b1cc490
SIZE (freebsd:10:x86:64/i386-wine-devel-1.9.12,1.txz) = 40271376
SHA256 (freebsd:10:x86:64/i386-wine-staging-1.9.12,1.txz) = 70ac3e227823825a270db9e371db65128199a0b2cf5d47e6cc186d63ec32de93
SIZE (freebsd:10:x86:64/i386-wine-staging-1.9.12,1.txz) = 43048016
SHA256 (freebsd:11:x86:64/i386-wine-devel-1.9.12,1.txz) = 3e56d4857ec6570b138f2c4435febb505608a499dda861fdb90983045c90e34b
SIZE (freebsd:11:x86:64/i386-wine-devel-1.9.12,1.txz) = 39835660
SHA256 (freebsd:11:x86:64/i386-wine-staging-1.9.12,1.txz) = 8532d28b4642ccfb2846b1fd064b78b094e98607f4acb3d69e4af6a26c382411
SIZE (freebsd:11:x86:64/i386-wine-staging-1.9.12,1.txz) = 42621848
TIMESTAMP = 1467103889
SHA256 (freebsd:9:x86:64/i386-wine-devel-1.9.13,1.txz) = b937c0379b35276308d8690b2a44b99f65e985ba2d60ca7ac8d2e99894ee6b79
SIZE (freebsd:9:x86:64/i386-wine-devel-1.9.13,1.txz) = 40624824
SHA256 (freebsd:9:x86:64/i386-wine-staging-1.9.13,1.txz) = f7a9e52f3fdf3d56a9723ded06bc93e7c04d4ec531ad24ba23cb915114ede548
SIZE (freebsd:9:x86:64/i386-wine-staging-1.9.13,1.txz) = 43420524
SHA256 (freebsd:10:x86:64/i386-wine-devel-1.9.13,1.txz) = 87dedabe5e48974798f516771c349216e7e16c037e5fd79a691367fe1685ee0b
SIZE (freebsd:10:x86:64/i386-wine-devel-1.9.13,1.txz) = 40603808
SHA256 (freebsd:10:x86:64/i386-wine-staging-1.9.13,1.txz) = 745c7d5dd274315ff94e2e95afb7f465893ec347db5ea0cba427d5d72a3ca72a
SIZE (freebsd:10:x86:64/i386-wine-staging-1.9.13,1.txz) = 43383824
SHA256 (freebsd:11:x86:64/i386-wine-devel-1.9.13,1.txz) = 6350f973c94a4d6a6d8c69062dbae4a47005be4150c1f46cd23993f1717a5a80
SIZE (freebsd:11:x86:64/i386-wine-devel-1.9.13,1.txz) = 40129056
SHA256 (freebsd:11:x86:64/i386-wine-staging-1.9.13,1.txz) = 183b9fab41e650758b5ed91ae2ee2c6592f40c6fd340416a63e5c2229bc92dc3
SIZE (freebsd:11:x86:64/i386-wine-staging-1.9.13,1.txz) = 42901276
10 changes: 8 additions & 2 deletions emulators/i386-wine-devel/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,11 @@ include/wine/windows/d3dx10async.h
%%STAGING%%include/wine/windows/d3dx10core.h
%%STAGING%%include/wine/windows/d3dx10core.idl
include/wine/windows/d3dx10tex.h
include/wine/windows/d3dx11.h
include/wine/windows/d3dx11async.h
include/wine/windows/d3dx11core.h
include/wine/windows/d3dx11core.idl
include/wine/windows/d3dx11tex.h
include/wine/windows/d3dx9.h
include/wine/windows/d3dx9anim.h
include/wine/windows/d3dx9core.h
Expand Down Expand Up @@ -2234,6 +2239,7 @@ lib32/wine/libd3d9.def
lib32/wine/libd3dcompiler.def
lib32/wine/libd3drm.def
lib32/wine/libd3dx10.def
lib32/wine/libd3dx11.def
lib32/wine/libd3dx9.def
lib32/wine/libd3dxof.def
lib32/wine/libdbgeng.def
Expand Down Expand Up @@ -2299,7 +2305,7 @@ lib32/wine/libnewdev.def
lib32/wine/libnormaliz.def
lib32/wine/libntdll.def
lib32/wine/libntdsapi.def
lib32/wine/libntoskrnl.exe.def
lib32/wine/libntoskrnl.def
lib32/wine/libodbc32.def
lib32/wine/libodbccp32.def
lib32/wine/libole32.def
Expand Down Expand Up @@ -2343,7 +2349,7 @@ lib32/wine/libtapi32.def
lib32/wine/libunicows.def
lib32/wine/liburl.def
lib32/wine/liburlmon.def
lib32/wine/libusbd.sys.def
lib32/wine/libusbd.def
lib32/wine/libuser32.def
lib32/wine/libuserenv.def
lib32/wine/libusp10.def
Expand Down
2 changes: 1 addition & 1 deletion finance/gnucash-docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# $MCom: ports/finance/gnucash-docs/Makefile,v 1.7 2007/08/04 03:51:29 marcus Exp $

PORTNAME= gnucash-docs
PORTVERSION= 2.6.12
PORTVERSION= 2.6.13
CATEGORIES= finance gnome
MASTER_SITES= SF/gnucash/${PORTNAME}/${PORTVERSION} \
http://www.gnucash.org/pub/gnucash/sources/stable/ \
Expand Down
5 changes: 3 additions & 2 deletions finance/gnucash-docs/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
SHA256 (gnucash-docs-2.6.12.tar.gz) = 0e4a7338aee0c5ec50d46a9b5f243a08e82215f079a125d85fc95af823906d04
SIZE (gnucash-docs-2.6.12.tar.gz) = 79469496
TIMESTAMP = 1467151271
SHA256 (gnucash-docs-2.6.13.tar.gz) = 2269344f2d4c1ee2e1cbda8aa90d3ea0a20629eecc27f61a2dc61ed9068e6371
SIZE (gnucash-docs-2.6.13.tar.gz) = 79546482
1 change: 1 addition & 0 deletions finance/gnucash-docs/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ share/gnome/help/gnucash-guide/C/figures/invest_newaccount.png
share/gnome/help/gnucash-guide/C/figures/invest_newsecurity.png
share/gnome/help/gnucash-guide/C/figures/invest_peditor.png
share/gnome/help/gnucash-guide/C/figures/invest_peditor2.png
share/gnome/help/gnucash-guide/C/figures/invest_ret_of_cap.png
share/gnome/help/gnucash-guide/C/figures/invest_selectsecurity.png
share/gnome/help/gnucash-guide/C/figures/invest_sellstock.png
share/gnome/help/gnucash-guide/C/figures/invest_sellstock2.png
Expand Down
2 changes: 1 addition & 1 deletion finance/gnucash/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $MCom: ports/finance/gnucash/Makefile,v 1.26 2008/12/31 03:25:18 mezz Exp $

PORTNAME= gnucash
PORTVERSION= 2.6.12
PORTVERSION= 2.6.13
CATEGORIES= finance gnome
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28stable%29/${PORTVERSION}

Expand Down
5 changes: 3 additions & 2 deletions finance/gnucash/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
SHA256 (gnucash-2.6.12.tar.bz2) = 371fe9af3ec4b5d6839722b07c9064a51cfe247511edaa6286fc82710f700475
SIZE (gnucash-2.6.12.tar.bz2) = 13549926
TIMESTAMP = 1467150750
SHA256 (gnucash-2.6.13.tar.bz2) = 0fe3c12c849cddee502da07edc8e3db286d32333f4e7cb327bed735f480ee735
SIZE (gnucash-2.6.13.tar.bz2) = 13564015
4 changes: 3 additions & 1 deletion finance/gnucash/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,6 @@ lib/libgnc-qof.so.1.0.4
%%PYTHON%%%%PYTHON_SITELIBDIR%%/gnucash/gnucash_core_c.pyo
libexec/gnucash/overrides/gnucash-env
libexec/gnucash/overrides/gnucash-make-guids
libexec/gnucash/overrides/guile
libexec/gnucash/src/libqof/qof/test/kvp_frame.h
libexec/gnucash/src/libqof/qof/test/qofbook.h
libexec/gnucash/src/libqof/qof/test/qofinstance.h
Expand Down Expand Up @@ -608,6 +607,7 @@ share/applications/gnucash.desktop
%%DATADIR%%/accounts/es_MX/acctchrt_spouseretire.gnucash-xea
%%DATADIR%%/accounts/fi_FI/acctchrt_common.gnucash-xea
%%DATADIR%%/accounts/fi_FI/acctchrt_ry.gnucash-xea
%%DATADIR%%/accounts/fi_FI/acctchrt_sbr-xbrl.gnucash-xea
%%DATADIR%%/accounts/fr_CA/acctchrt_actifsfixes.gnucash-xea
%%DATADIR%%/accounts/fr_CA/acctchrt_automobile.gnucash-xea
%%DATADIR%%/accounts/fr_CA/acctchrt_basecommune.gnucash-xea
Expand Down Expand Up @@ -819,8 +819,10 @@ share/applications/gnucash.desktop
%%DATADIR%%/accounts/sk/acctchrt_spouseretire.gnucash-xea
%%DATADIR%%/accounts/sv_AX/acctchrt_common.gnucash-xea
%%DATADIR%%/accounts/sv_AX/acctchrt_rf.gnucash-xea
%%DATADIR%%/accounts/sv_AX/acctchrt_sbr-xbrl.gnucash-xea
%%DATADIR%%/accounts/sv_FI/acctchrt_common.gnucash-xea
%%DATADIR%%/accounts/sv_FI/acctchrt_rf.gnucash-xea
%%DATADIR%%/accounts/sv_FI/acctchrt_sbr-xbrl.gnucash-xea
%%DATADIR%%/accounts/sv_SE/acctchrt_common.gnucash-xea
%%DATADIR%%/accounts/sv_SE/bas_2012.gnucash-xea
%%DATADIR%%/accounts/tr_TR/acctchrt_TEKDUZ.gnucash-xea
Expand Down
2 changes: 1 addition & 1 deletion ftp/filezilla/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $FreeBSD$

PORTNAME= filezilla
PORTVERSION= 3.18.0
PORTVERSION= 3.19.0
CATEGORIES= ftp
MASTER_SITES= SF/${PORTNAME}/FileZilla_Client/${PORTVERSION}
DISTNAME= FileZilla_${PORTVERSION}_src
Expand Down
6 changes: 3 additions & 3 deletions ftp/filezilla/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1464439639
SHA256 (FileZilla_3.18.0_src.tar.bz2) = 37646c7198b9a98806069a32d785c58f51695589cec0d86812251364445fd7e2
SIZE (FileZilla_3.18.0_src.tar.bz2) = 4398706
TIMESTAMP = 1467138930
SHA256 (FileZilla_3.19.0_src.tar.bz2) = 82a68742a02726d5559e3193e5c7d96f0f9105f4053e7959fef3225b65f84720
SIZE (FileZilla_3.19.0_src.tar.bz2) = 4410265
Loading

0 comments on commit 5e8102d

Please sign in to comment.