diff options
53 files changed, 62 insertions, 109 deletions
diff --git a/archivers/rpm4/Makefile b/archivers/rpm4/Makefile index 178f46cb95ea..a62a14e5ab49 100644 --- a/archivers/rpm4/Makefile +++ b/archivers/rpm4/Makefile @@ -3,7 +3,7 @@ PORTNAME= rpm PORTVERSION= 4.12.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= archivers MASTER_SITES= http://rpm.org/releases/rpm-${PORTVERSION:R:R}.x/ PKGNAMESUFFIX= 4 diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile index 9c0f08cbed00..c31a0cb97101 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -3,7 +3,7 @@ PORTNAME= evolution-data-server PORTVERSION= 3.18.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/deskutils/gnome-contacts/Makefile b/deskutils/gnome-contacts/Makefile index 2e11e32b5591..0e2591f7d114 100644 --- a/deskutils/gnome-contacts/Makefile +++ b/deskutils/gnome-contacts/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnome-contacts PORTVERSION= 3.18.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils gnome MASTER_SITES= GNOME diff --git a/devel/apr1/Makefile b/devel/apr1/Makefile index 4b1a6def5bb2..dbcf8cae64f2 100644 --- a/devel/apr1/Makefile +++ b/devel/apr1/Makefile @@ -3,7 +3,7 @@ PORTNAME= apr PORTVERSION= ${APR_VERSION}.${APU_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= APACHE/apr DISTFILES= apr-${APR_VERSION}.tar.gz \ diff --git a/devel/apr2/Makefile b/devel/apr2/Makefile index 25ee3d859a0c..05ae29ef191c 100644 --- a/devel/apr2/Makefile +++ b/devel/apr2/Makefile @@ -3,6 +3,7 @@ PORTNAME= apr PORTVERSION= 2.0.${SNAPDATE} +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= LOCAL/ohauer PKGNAMESUFFIX= 2 diff --git a/devel/nspr/Makefile b/devel/nspr/Makefile index cbb964d6b5d9..125438e05e01 100644 --- a/devel/nspr/Makefile +++ b/devel/nspr/Makefile @@ -3,6 +3,7 @@ PORTNAME= nspr DISTVERSION= 4.13 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= MOZILLA/${PORTNAME}/releases/v${PORTVERSION}/src @@ -31,11 +32,7 @@ post-build-TEST-on: @${LN} -fs libmy.so.1 ${BUILD_WRKSRC}/pr/tests/dll/libmy.so post-install: - @for file in ${STAGEDIR}${PREFIX}/lib/*.so*; do \ - ${STRIP_CMD} $$file; \ - ${CHMOD} ${LIBMODE} $$file; \ - ${LN} -fs $${file##*/} $${file%.*}; \ - done + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so do-test-TEST-on: ${TEST_WRKSRC}/lib/tests/string diff --git a/devel/nspr/files/patch-configure b/devel/nspr/files/patch-configure deleted file mode 100644 index 72e0f40047e8..000000000000 --- a/devel/nspr/files/patch-configure +++ /dev/null @@ -1,25 +0,0 @@ ---- configure.orig 2015-10-16 13:22:19 UTC -+++ configure -@@ -6674,11 +6674,8 @@ tools are selected during the Xcode/Deve - $as_echo "#define HAVE_SOCKLEN_T 1" >>confdefs.h - - CFLAGS="$CFLAGS $(DSO_CFLAGS) -ansi -Wall" -- MOZ_OBJFORMAT=`test -x /usr/bin/objformat && /usr/bin/objformat || echo elf` -- if test "$MOZ_OBJFORMAT" = "elf"; then -- DLL_SUFFIX=so -- else -- DLL_SUFFIX=so.1.0 -+ if test -z "$MOZILLA_CLIENT"; then -+ DLL_SUFFIX=so.1 - fi - MKSHLIB='$(CC) $(DSO_LDOPTS) -o $@' - DSO_CFLAGS=-fPIC -@@ -8332,8 +8329,6 @@ $as_echo "$ac_cv_have_dash_pthreads" >&6 - - if test "$ac_cv_have_dash_pthread" = "yes"; then - _PTHREAD_LDFLAGS="-pthread" -- else -- _PTHREAD_LDFLAGS="-lc_r" - fi - ;; - *-netbsd*) diff --git a/devel/nspr/pkg-plist b/devel/nspr/pkg-plist index 6b676de0396c..4e882a9814f0 100644 --- a/devel/nspr/pkg-plist +++ b/devel/nspr/pkg-plist @@ -80,14 +80,11 @@ include/nspr/prtrace.h include/nspr/prtypes.h include/nspr/prvrsion.h include/nspr/prwin16.h -lib/libnspr4.a -lib/libnspr4.so -lib/libnspr4.so.1 -lib/libplc4.a -lib/libplc4.so -lib/libplc4.so.1 -lib/libplds4.a -lib/libplds4.so -lib/libplds4.so.1 +@(,,444) lib/libnspr4.a +@(,,444) lib/libnspr4.so +@(,,444) lib/libplc4.a +@(,,444) lib/libplc4.so +@(,,444) lib/libplds4.a +@(,,444) lib/libplds4.so libdata/pkgconfig/nspr.pc share/aclocal/nspr.m4 diff --git a/editors/libreoffice/Makefile.common b/editors/libreoffice/Makefile.common index 327523a21635..4be759eb4830 100644 --- a/editors/libreoffice/Makefile.common +++ b/editors/libreoffice/Makefile.common @@ -2,7 +2,7 @@ PORTNAME= libreoffice PORTVERSION= 5.0.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES+= editors MAINTAINER= office@FreeBSD.org diff --git a/editors/libreoffice4/Makefile b/editors/libreoffice4/Makefile index cd1242c54a39..2311262f90f2 100644 --- a/editors/libreoffice4/Makefile +++ b/editors/libreoffice4/Makefile @@ -2,7 +2,7 @@ PORTNAME= libreoffice PORTVERSION= 4.3.7 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= editors MASTER_SITES= http://download.documentfoundation.org/libreoffice/src/${PORTVERSION}/ \ http://dev-www.libreoffice.org/extern/:ext \ diff --git a/editors/openoffice-4/Makefile b/editors/openoffice-4/Makefile index f6e77e8bdf5c..b4331fe1ffda 100644 --- a/editors/openoffice-4/Makefile +++ b/editors/openoffice-4/Makefile @@ -3,7 +3,7 @@ PORTNAME= apache-openoffice PORTVERSION= ${AOOVERSION} -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= editors java MASTER_SITES= APACHE/openoffice/${PORTVERSION}/source \ http://tools.openoffice.org/unowinreg_prebuild/680/:unoreg \ diff --git a/editors/openoffice-devel/Makefile b/editors/openoffice-devel/Makefile index 8376c08ecf3a..319a50e5fb6d 100644 --- a/editors/openoffice-devel/Makefile +++ b/editors/openoffice-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= apache-openoffice PORTVERSION= ${AOOVERSION1}.${AOOVERSION2}.${SVNREVISION} -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 4 CATEGORIES= editors java MASTER_SITES= https://dist.apache.org/repos/dist/dev/openoffice/${AOOVERSION}-${AOORC}-r${SVNREVISION}/source/ \ diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index b122314bf0e5..60fa37f535a0 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -3,6 +3,7 @@ PORTNAME= curl PORTVERSION= 7.50.3 +PORTREVISION= 1 CATEGORIES= ftp www MASTER_SITES= http://curl.haxx.se/download/ \ LOCAL/sunpoet diff --git a/games/0ad/Makefile b/games/0ad/Makefile index acde2b0379ff..65d279185d87 100644 --- a/games/0ad/Makefile +++ b/games/0ad/Makefile @@ -2,7 +2,7 @@ PORTNAME= 0ad PORTVERSION= 0.0.20 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF/zero-ad/releases \ http://releases.wildfiregames.com/ diff --git a/games/oolite/Makefile b/games/oolite/Makefile index 0c4127d9334f..3abfb26cad4a 100644 --- a/games/oolite/Makefile +++ b/games/oolite/Makefile @@ -3,6 +3,7 @@ PORTNAME= oolite PORTVERSION= 1.84 +PORTREVISION= 1 CATEGORIES= games gnustep MASTER_SITES= http://github.com/OoliteProject/oolite/releases/download/1.84/ DISTNAME= ${PORTNAME}-source-${PORTVERSION} diff --git a/graphics/gnash/Makefile b/graphics/gnash/Makefile index 28e8c61fd572..17842d641534 100644 --- a/graphics/gnash/Makefile +++ b/graphics/gnash/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnash PORTVERSION= 0.8.10 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= graphics MASTER_SITES= GNU/${PORTNAME}/${PORTVERSION}/ diff --git a/irc/bitlbee/Makefile b/irc/bitlbee/Makefile index ab37542567e1..c11b3cc302c6 100644 --- a/irc/bitlbee/Makefile +++ b/irc/bitlbee/Makefile @@ -2,6 +2,7 @@ PORTNAME= bitlbee PORTVERSION= 3.4.2 +PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= http://get.bitlbee.org/src/ \ LOCAL/brix diff --git a/lang/spidermonkey17/Makefile b/lang/spidermonkey17/Makefile index b27b9938dea8..86f9da59c164 100644 --- a/lang/spidermonkey17/Makefile +++ b/lang/spidermonkey17/Makefile @@ -3,7 +3,7 @@ PORTNAME= spidermonkey17 DISTVERSION= 1.7.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= MOZILLA/js DISTNAME= js-${DISTVERSION} diff --git a/lang/spidermonkey170/Makefile b/lang/spidermonkey170/Makefile index 15b9d9032cd4..00637b11cd2d 100644 --- a/lang/spidermonkey170/Makefile +++ b/lang/spidermonkey170/Makefile @@ -3,7 +3,7 @@ PORTNAME= spidermonkey170 PORTVERSION= 17.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= MOZILLA/js DISTNAME= mozjs${PORTVERSION} diff --git a/lang/spidermonkey185/Makefile b/lang/spidermonkey185/Makefile index 46a24c4ea507..b8e20e4d8ab5 100644 --- a/lang/spidermonkey185/Makefile +++ b/lang/spidermonkey185/Makefile @@ -3,7 +3,7 @@ PORTNAME= spidermonkey185 PORTVERSION= 1.8.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang MASTER_SITES= MOZILLA/js DISTNAME= js185-1.0.0 diff --git a/lang/spidermonkey24/Makefile b/lang/spidermonkey24/Makefile index 12576599e008..fd0da5bc8067 100644 --- a/lang/spidermonkey24/Makefile +++ b/lang/spidermonkey24/Makefile @@ -3,7 +3,7 @@ PORTNAME= spidermonkey24 PORTVERSION= 24.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= MOZILLA/js #http://people.mozilla.org/~sstangl/ diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 620f034efd15..281070f929bf 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -3,7 +3,7 @@ PORTNAME= evolution PORTVERSION= 3.18.5.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index 2ea8a384e2a7..690714f6e2cc 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -3,6 +3,7 @@ PORTNAME= thunderbird DISTVERSION= 45.4.0 +PORTREVISION= 1 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source diff --git a/misc/xiphos/Makefile b/misc/xiphos/Makefile index d3755ad6cfd0..f15e3cfbcc59 100644 --- a/misc/xiphos/Makefile +++ b/misc/xiphos/Makefile @@ -2,7 +2,7 @@ PORTNAME= xiphos PORTVERSION= 3.1.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= misc gnome MASTER_SITES= SF/gnomesword/Xiphos/${PORTVERSION} diff --git a/multimedia/gxine/Makefile b/multimedia/gxine/Makefile index 9b55337cfd10..38d1db2a89fd 100644 --- a/multimedia/gxine/Makefile +++ b/multimedia/gxine/Makefile @@ -3,7 +3,7 @@ PORTNAME= gxine PORTVERSION= 0.5.908 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia MASTER_SITES= SF/xine/${PORTNAME}/${PORTVERSION} diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile index 5dfde7e7828e..1f27d0d6b8f0 100644 --- a/net-im/libpurple/Makefile +++ b/net-im/libpurple/Makefile @@ -3,7 +3,7 @@ PORTNAME?= libpurple PORTVERSION= 2.11.0 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= net-im MASTER_SITES= SF/pidgin/Pidgin/${PORTVERSION} DISTNAME= pidgin-${PORTVERSION} diff --git a/net-im/pidgin-sipe/Makefile b/net-im/pidgin-sipe/Makefile index 2e444a3b450d..801d269468db 100644 --- a/net-im/pidgin-sipe/Makefile +++ b/net-im/pidgin-sipe/Makefile @@ -3,6 +3,7 @@ PORTNAME= pidgin-sipe PORTVERSION= 1.21.1 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= SF/sipe/sipe/${DISTNAME} diff --git a/net-im/ring-gnome/Makefile b/net-im/ring-gnome/Makefile index fcc49db2faff..912acd7eb456 100644 --- a/net-im/ring-gnome/Makefile +++ b/net-im/ring-gnome/Makefile @@ -3,6 +3,7 @@ PORTNAME= ring-gnome PORTVERSION= 0.160516 +PORTREVISION= 1 #DISTVERSIONPREFIX= v CATEGORIES= net-im net-p2p diff --git a/net/corosync/Makefile b/net/corosync/Makefile index 169885f54a42..cb8f14c04023 100644 --- a/net/corosync/Makefile +++ b/net/corosync/Makefile @@ -3,7 +3,7 @@ PORTNAME= corosync PORTVERSION= 2.3.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://build.clusterlabs.org/corosync/releases/ diff --git a/net/ldapsdk/Makefile b/net/ldapsdk/Makefile index 2bb1a32c1140..320812121df7 100644 --- a/net/ldapsdk/Makefile +++ b/net/ldapsdk/Makefile @@ -3,6 +3,7 @@ PORTNAME= ldapsdk PORTVERSION= 6.0.7 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= MOZILLA/directory/c-sdk/releases/v${PORTVERSION}/src diff --git a/security/libfprint/Makefile b/security/libfprint/Makefile index 04c41de7e714..96da28b9a2ba 100644 --- a/security/libfprint/Makefile +++ b/security/libfprint/Makefile @@ -3,6 +3,7 @@ PORTNAME= libfprint PORTVERSION= 0.6.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://people.freedesktop.org/~hadess/ diff --git a/security/nss/Makefile b/security/nss/Makefile index 8a9a5bd2e56d..00be3b996666 100644 --- a/security/nss/Makefile +++ b/security/nss/Makefile @@ -3,6 +3,7 @@ PORTNAME= nss PORTVERSION= 3.27.1 +PORTREVISION= 1 #DISTVERSIONSUFFIX= -with-ckbi-1.98 CATEGORIES= security MASTER_SITES= MOZILLA/security/${PORTNAME}/releases/${DISTNAME:tu:C/[-.]/_/g}_RTM/src @@ -89,7 +90,7 @@ do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/include/nss/nss ${STAGEDIR}${PREFIX}/lib/nss ${FIND} ${DIST}/public/nss -type l \ -exec ${INSTALL_DATA} {} ${STAGEDIR}${PREFIX}/include/nss/nss \; - ${INSTALL_LIB} ${BINS}/lib/*.so.1 \ + ${INSTALL_LIB} ${BINS}/lib/*.so \ ${STAGEDIR}${PREFIX}/lib/nss ${INSTALL_DATA} ${BINS}/lib/libcrmf.a \ ${STAGEDIR}${PREFIX}/lib/nss @@ -97,8 +98,6 @@ do-install: ${INSTALL_PROGRAM} ${BINS}/bin/${bin} \ ${STAGEDIR}${PREFIX}/bin .endfor - cd ${BINS}/lib && \ - ${TAR} -cf - *.so | ${TAR} --unlink -C ${STAGEDIR}${PREFIX}/lib/nss -xf - ${INSTALL_SCRIPT} ${WRKDIR}/nss-config ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKDIR}/nss.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig diff --git a/security/nss/files/patch-coreconf_FreeBSD.mk b/security/nss/files/patch-coreconf_FreeBSD.mk index f77bd7e725ba..2cbc8d92fefd 100644 --- a/security/nss/files/patch-coreconf_FreeBSD.mk +++ b/security/nss/files/patch-coreconf_FreeBSD.mk @@ -30,25 +30,16 @@ OS_CFLAGS = $(DSO_CFLAGS) -ansi -Wall -Wno-switch -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK -@@ -70,15 +85,15 @@ - - ARCH = freebsd - --MOZ_OBJFORMAT := $(shell test -x /usr/bin/objformat && /usr/bin/objformat || echo elf) -+ifndef MOZILLA_CLIENT -+DLL_SUFFIX = so.1 -+endif +@@ -46,7 +56,11 @@ else + DLL_SUFFIX = so.1.0 + endif --ifeq ($(MOZ_OBJFORMAT),elf) --DLL_SUFFIX = so +-MKSHLIB = $(CC) $(DSO_LDOPTS) +ifneq (,$(filter alpha ia64,$(OS_TEST))) +MKSHLIB = $(CC) -Wl,-Bsymbolic -lc $(DSO_LDOPTS) - else --DLL_SUFFIX = so.1.0 ++else +MKSHLIB = $(CC) -Wl,-Bsymbolic $(DSO_LDOPTS) - endif -- --MKSHLIB = $(CC) $(DSO_LDOPTS) ++endif ifdef MAPFILE MKSHLIB += -Wl,--version-script,$(MAPFILE) endif diff --git a/security/nss/files/patch-coreconf_rules.mk b/security/nss/files/patch-coreconf_rules.mk deleted file mode 100644 index 22fb9a317288..000000000000 --- a/security/nss/files/patch-coreconf_rules.mk +++ /dev/null @@ -1,12 +0,0 @@ ---- coreconf/rules.mk.orig Sat Jan 6 00:48:54 2007 -+++ coreconf/rules.mk Fri Mar 23 10:15:46 2007 -@@ -114,6 +114,9 @@ - endif - ifdef SHARED_LIBRARY - $(INSTALL) -m 775 $(SHARED_LIBRARY) $(SOURCE_LIB_DIR) -+ifndef MOZILLA_CLIENT -+ ln -sf $(notdir $(SHARED_LIBRARY)) $(SOURCE_LIB_DIR)/$(notdir $(SHARED_LIBRARY:.so.1=.so)) -+endif - ifdef MOZ_DEBUG_SYMBOLS - ifeq (,$(filter-out _WIN%,$(NS_USE_GCC)_$(OS_TARGET))) - $(INSTALL) -m 644 $(SHARED_LIBRARY:$(DLL_SUFFIX)=pdb) $(SOURCE_LIB_DIR) diff --git a/security/nss/pkg-plist b/security/nss/pkg-plist index dacf1c3c2593..6ebb7829ab18 100644 --- a/security/nss/pkg-plist +++ b/security/nss/pkg-plist @@ -123,21 +123,12 @@ include/nss/nss/utilparst.h include/nss/nss/utilrename.h lib/nss/libcrmf.a lib/nss/libfreebl3.so -lib/nss/libfreebl3.so.1 lib/nss/libfreeblpriv3.so -lib/nss/libfreeblpriv3.so.1 lib/nss/libnss3.so -lib/nss/libnss3.so.1 lib/nss/libnssckbi.so -lib/nss/libnssckbi.so.1 lib/nss/libnssdbm3.so -lib/nss/libnssdbm3.so.1 lib/nss/libnssutil3.so -lib/nss/libnssutil3.so.1 lib/nss/libsmime3.so -lib/nss/libsmime3.so.1 lib/nss/libsoftokn3.so -lib/nss/libsoftokn3.so.1 lib/nss/libssl3.so -lib/nss/libssl3.so.1 libdata/pkgconfig/nss.pc diff --git a/security/nss_compat_ossl/Makefile b/security/nss_compat_ossl/Makefile index 883edad3cb47..31a9e56f66a5 100644 --- a/security/nss_compat_ossl/Makefile +++ b/security/nss_compat_ossl/Makefile @@ -2,6 +2,7 @@ PORTNAME= nss_compat_ossl PORTVERSION= 0.9.6 +PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= http://rcritten.fedorapeople.org/ diff --git a/security/pidgin-encryption/Makefile b/security/pidgin-encryption/Makefile index e449ee316388..75e485e166d2 100644 --- a/security/pidgin-encryption/Makefile +++ b/security/pidgin-encryption/Makefile @@ -3,7 +3,7 @@ PORTNAME= pidgin PORTVERSION= 3.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}-encrypt/Releases/${PORTVERSION} PKGNAMESUFFIX= -encryption diff --git a/security/sssd/Makefile b/security/sssd/Makefile index 3e991be86986..d9bc069b4d3a 100644 --- a/security/sssd/Makefile +++ b/security/sssd/Makefile @@ -3,7 +3,7 @@ PORTNAME= sssd PORTVERSION= 1.11.7 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security MASTER_SITES= https://fedorahosted.org/released/${PORTNAME}/ \ http://mirrors.rit.edu/zi/ diff --git a/security/suricata/Makefile b/security/suricata/Makefile index 66d643669ef2..002c15b49fd1 100644 --- a/security/suricata/Makefile +++ b/security/suricata/Makefile @@ -3,7 +3,7 @@ PORTNAME= suricata PORTVERSION= 3.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://www.openinfosecfoundation.org/download/ diff --git a/security/xmlsec1/Makefile b/security/xmlsec1/Makefile index 4065461e89ec..fea29a99f009 100644 --- a/security/xmlsec1/Makefile +++ b/security/xmlsec1/Makefile @@ -3,6 +3,7 @@ PORTNAME= xmlsec1 PORTVERSION= 1.2.22 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.aleksey.com/xmlsec/download/ \ ftp://ftp.aleksey.com/pub/xmlsec/releases/ \ diff --git a/sysutils/cinnamon-settings-daemon/Makefile b/sysutils/cinnamon-settings-daemon/Makefile index d268dd3077ab..3b49066bcaa6 100644 --- a/sysutils/cinnamon-settings-daemon/Makefile +++ b/sysutils/cinnamon-settings-daemon/Makefile @@ -3,7 +3,7 @@ PORTNAME= cinnamon-settings-daemon PORTVERSION= 2.4.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils gnome DIST_SUBDIR= gnome3 diff --git a/sysutils/gnome-settings-daemon/Makefile b/sysutils/gnome-settings-daemon/Makefile index 82f62c7cb0a4..3cd72050f93f 100644 --- a/sysutils/gnome-settings-daemon/Makefile +++ b/sysutils/gnome-settings-daemon/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnome-settings-daemon PORTVERSION= 3.18.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/sysutils/mate-settings-daemon/Makefile b/sysutils/mate-settings-daemon/Makefile index 3562c92bd32b..d25574230bbd 100644 --- a/sysutils/mate-settings-daemon/Makefile +++ b/sysutils/mate-settings-daemon/Makefile @@ -3,6 +3,7 @@ PORTNAME= mate-settings-daemon PORTVERSION= 1.12.1 +PORTREVISION= 1 CATEGORIES= sysutils mate MASTER_SITES= MATE DIST_SUBDIR= mate diff --git a/sysutils/pesign/Makefile b/sysutils/pesign/Makefile index 38eb2421e54c..cd248a528be1 100644 --- a/sysutils/pesign/Makefile +++ b/sysutils/pesign/Makefile @@ -3,6 +3,7 @@ PORTNAME= pesign PORTVERSION= 0.110 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org diff --git a/www/chromium/Makefile b/www/chromium/Makefile index 3e09e91f8afb..0a5aa1282a79 100644 --- a/www/chromium/Makefile +++ b/www/chromium/Makefile @@ -3,7 +3,7 @@ PORTNAME= chromium PORTVERSION= 52.0.2743.116 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://commondatastorage.googleapis.com/chromium-browser-official/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} # default, but needed to get distinfo correct if TEST is on diff --git a/www/elinks/Makefile b/www/elinks/Makefile index c4489ede3f70..f5e5181360c5 100644 --- a/www/elinks/Makefile +++ b/www/elinks/Makefile @@ -3,7 +3,7 @@ PORTNAME= elinks DISTVERSION= 0.11.7 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www MASTER_SITES= http://elinks.or.cz/download/ diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index e5fc8dbf71fe..63a4d7efca26 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -3,7 +3,7 @@ PORTNAME= epiphany PORTVERSION= 3.16.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index f63c3a3614d0..dcf298699b5b 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -4,7 +4,7 @@ PORTNAME= firefox DISTVERSION= 45.4.0 DISTVERSIONSUFFIX=esr.source -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 36ad1520fee7..b90a990a61d0 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -4,7 +4,7 @@ PORTNAME= firefox DISTVERSION= 49.0 DISTVERSIONSUFFIX=.source -PORTREVISION= 7 +PORTREVISION= 8 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ diff --git a/www/gecko-mediaplayer/Makefile b/www/gecko-mediaplayer/Makefile index 5715a8ea4b18..b3ab310c0eee 100644 --- a/www/gecko-mediaplayer/Makefile +++ b/www/gecko-mediaplayer/Makefile @@ -3,6 +3,7 @@ PORTNAME= gecko-mediaplayer PORTVERSION= 1.0.9 +PORTREVISION= 1 CATEGORIES= www multimedia gnome MASTER_SITES= https://pkgs.rpmfusion.org/repo/pkgs/free/gecko-mediaplayer/gecko-mediaplayer-1.0.9.tar.gz/69b50ecbbbf34ca6d980a477345dbd40/ diff --git a/www/libxul/Makefile b/www/libxul/Makefile index b238bc13966e..11707dba2175 100644 --- a/www/libxul/Makefile +++ b/www/libxul/Makefile @@ -3,7 +3,7 @@ PORTNAME= libxul DISTVERSION= 45.4.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES?= www devel MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source \ MOZILLA/firefox/candidates/${DISTVERSION}esr-candidates/build2/source diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 79e3f2594a79..667ce0b76702 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -4,6 +4,7 @@ PORTNAME= seamonkey DISTVERSION= 2.40 MOZILLA_VER= 43 # above + 3 +PORTREVISION= 1 CATEGORIES?= www mail news editors irc ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index 345cf462ec1f..2d7a02e784dd 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -3,7 +3,7 @@ PORTNAME= gdm PORTVERSION= 3.16.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 |