--- archivers/unarchiver/Makefile (revision 422344) +++ archivers/unarchiver/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= unar PORTVERSION= 1.10 +PORTREVISION= 1 CATEGORIES= archivers gnustep MASTER_SITES= http://wakaba.c3.cx/releases/TheUnarchiver/ DISTNAME= ${PORTNAME}${PORTVERSION}_src --- astro/osmium/Makefile (revision 422344) +++ astro/osmium/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= osmium PORTVERSION= git20130522 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= astro geography devel MAINTAINER= amdmi3@FreeBSD.org --- astro/viking/Makefile (revision 422344) +++ astro/viking/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= viking PORTVERSION= 1.6.2 +PORTREVISION= 1 CATEGORIES= astro MASTER_SITES= SF/${PORTNAME}/ --- audio/musicpd/Makefile (revision 422344) +++ audio/musicpd/Makefile (working copy) @@ -2,7 +2,7 @@ PORTNAME= musicpd PORTVERSION= 0.19.15 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio ipv6 MASTER_SITES= http://www.musicpd.org/download/mpd/${PORTVERSION:R}/ DISTNAME= mpd-${PORTVERSION} --- audio/ncmpcpp/Makefile (revision 422344) +++ audio/ncmpcpp/Makefile (working copy) @@ -2,6 +2,7 @@ PORTNAME= ncmpcpp PORTVERSION= 0.7.5 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://ncmpcpp.rybczak.net/stable/ --- chinese/fcitx/Makefile (revision 422344) +++ chinese/fcitx/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= fcitx PORTVERSION= 4.2.9.1 +PORTREVISION= 1 CATEGORIES= chinese x11 MASTER_SITES= http://download.fcitx-im.org/fcitx/:fcitx \ http://download.fcitx-im.org/data/:data --- chinese/tin/Makefile (revision 422344) +++ chinese/tin/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ # Don't reset PORTREVISION and keep bumping it even if PORTVERSION is changed. -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= chinese MAINTAINER= ports@FreeBSD.org --- databases/couchdb/Makefile (revision 422344) +++ databases/couchdb/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= couchdb PORTVERSION= 1.6.1 -PORTREVISION= 7 +PORTREVISION= 8 PORTEPOCH= 2 CATEGORIES= databases MASTER_SITES= APACHE/couchdb/source/${PORTVERSION} --- databases/evolution-data-server/Makefile (revision 422344) +++ databases/evolution-data-server/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= evolution-data-server PORTVERSION= 3.18.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 --- databases/firebird25-server/Makefile (revision 422344) +++ databases/firebird25-server/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= firebird PORTVERSION= 2.5.6 +PORTREVISION= 1 CATEGORIES?= databases MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:S/.0//}-Release/ PKGNAMESUFFIX?= ${PORTVERSION:R:S/.//}-server --- databases/postgresql91-server/Makefile (revision 422344) +++ databases/postgresql91-server/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME?= postgresql DISTVERSION?= 9.1.23 -PORTREVISION= 0 +PORTREVISION?= 1 CATEGORIES?= databases MASTER_SITES= PGSQL/source/v${DISTVERSION} PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} @@ -231,6 +231,7 @@ post-patch: . if ${PORT_OPTIONS:MICU} @${REINPLACE_CMD} -E -e \ "s|^(m4_if.*)2.6[0-9](.*Autoconf version )2.6[0-9]|\1${AUTOCONF_VERSION}\2${AUTOCONF_VERSION}|g" \ + -e '/icu/s/_57//' \ ${WRKSRC}/configure.in . endif --- databases/postgresql92-server/Makefile (revision 422344) +++ databases/postgresql92-server/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME?= postgresql DISTVERSION?= 9.2.18 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= databases MASTER_SITES= PGSQL/source/v${DISTVERSION} PKGNAMESUFFIX?= ${PORTVERSION:R:S/.//}${COMPONENT} @@ -230,6 +230,7 @@ post-patch: . if defined(SERVER_ONLY) && ${PORT_OPTIONS:MICU} @${REINPLACE_CMD} -E -e \ "s|^(m4_if.*)2.6[0-9](.*Autoconf version )2.6[0-9]|\1${AUTOCONF_VERSION}\2${AUTOCONF_VERSION}|g" \ + -e '/icu/s/_57//' \ ${WRKSRC}/configure.in . endif --- databases/postgresql96-server/Makefile (revision 422344) +++ databases/postgresql96-server/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ DISTVERSION?= 9.6rc1 -PORTREVISION?= 2 +PORTREVISION?= 3 MAINTAINER?= pgsql@FreeBSD.org --- databases/sqlite3/Makefile (revision 422344) +++ databases/sqlite3/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= sqlite3 PORTVERSION= 3.14.1 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= https://www.sqlite.org/2016/ http://www2.sqlite.org/2016/ http://www3.sqlite.org/2016/ DISTNAME= sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00 --- deskutils/calibre/Makefile (revision 422344) +++ deskutils/calibre/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= calibre PORTVERSION= 2.68.0 +PORTREVISION= 1 CATEGORIES= deskutils python MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/ --- devel/boost-libs/Makefile (revision 422344) +++ devel/boost-libs/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= boost-libs -PORTREVISION= 12 +PORTREVISION= 13 COMMENT= Free portable C++ libraries (without Boost.Python) --- devel/dee/Makefile (revision 422344) +++ devel/dee/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= dee PORTVERSION= 1.2.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= https://launchpadlibrarian.net/151383425/ \ https://launchpad.net/${PORTNAME}/1.0/${PORTVERSION}/+download/ --- devel/glib20/Makefile (revision 422344) +++ devel/glib20/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= glib PORTVERSION= 2.46.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= GNOME DIST_SUBDIR= gnome2 --- devel/hs-text-icu/Makefile (revision 422344) +++ devel/hs-text-icu/Makefile (working copy) @@ -2,7 +2,7 @@ PORTNAME= text-icu PORTVERSION= 0.7.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org --- devel/icu/Makefile (revision 422344) +++ devel/icu/Makefile (working copy) @@ -2,72 +2,45 @@ # $FreeBSD$ PORTNAME= icu -PORTVERSION= 55.1 +DISTVERSION= 57_1 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= devel -MASTER_SITES= http://download.icu-project.org/files/icu4c/${PORTVERSION}/ \ - SF/${PORTNAME}/ICU4C/${PORTVERSION}/ -DISTNAME= icu4c-${PORTVERSION:S/./_/g} -EXTRACT_SUFX= -src.tgz +MASTER_SITES= http://download.icu-project.org/files/icu4c/${PORTVERSION}/ +DISTNAME= icu4c-${DISTVERSION}-src MAINTAINER= office@FreeBSD.org COMMENT= International Components for Unicode (from IBM) LICENSE= ICU LICENSE_NAME= ICU license -LICENSE_FILE= ${WRKSRC}/../license.html +LICENSE_FILE= ${WRKSRC}/../LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -OPTIONS_DEFINE= THREADS -OPTIONS_DEFAULT= THREADS -THREADS_DESC= Build thread-safe version of the library - -USE_LDCONFIG= yes - -WRKSRC= ${WRKDIR}/icu/source - GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-data-packaging=library \ - --disable-samples \ - --enable-release \ - --enable-shared \ - --enable-static - -.if defined(X_BUILD_FOR) -CONFIGURE_ARGS+= --with-cross-build -.endif - - -USES= gmake pathfix +CONFIGURE_ARGS+=--with-data-packaging=archive \ + --disable-renaming \ + --disable-samples \ + --enable-static +CPPFLAGS+= -DICU_NO_USER_DATA_OVERRIDE +MAKE_ARGS= VERBOSE=1 +TEST_TARGET= check +USES= compiler:c++0x gmake pathfix tar:tgz +USE_LDCONFIG= yes +WRKSRC= ${WRKDIR}/icu/source ICUMAJOR= ${PORTVERSION:C/\..*//} PLIST_SUB+= ICUMAJOR=${ICUMAJOR} ICUVER=${PORTVERSION} -# This builds thread-safe, but not the thread-using version: -THREADS_CONFIGURE_ON= --enable-weak-threads -THREADS_CONFIGURE_OFF= --enable-threads=no - .include -# For all Bigendian systems, set CPPFLAGS so that icu compiles and checks correctly -.if ${ARCH} == "mips" || ${ARCH} == "mips64" || ${ARCH} == "sparc64" || ${ARCH} == "powerpc" || ${ARCH} == "powerpc64" -CPPFLAGS+= -DU_IS_BIG_ENDIAN=1 -.endif - -post-patch: - @${REINPLACE_CMD} -e '/CXXFLAGS=/s/-ansi//' \ - ${WRKSRC}/configure -.if ! ${PORT_OPTIONS:MTHREADS} - @${REINPLACE_CMD} -e 's,\(THREADSC.*FLAGS\).*,\1=,g' ${WRKSRC}/config/mh-bsd-gcc +.if ${ARCH} == "mips" || ${ARCH} == "mips64" || ${ARCH} == "sparc64" \ + || ${ARCH} == "powerpc" || ${ARCH} == "powerpc64" +PLIST_FILES+= %%DATADIR%%/%%ICUVER%%/icudt%%ICUMAJOR%%b.dat +.else +PLIST_FILES+= %%DATADIR%%/%%ICUVER%%/icudt%%ICUMAJOR%%l.dat .endif -iotest cintltst intltest: - # Performing the ${.TARGET} test - -${MAKE_CMD} -C ${WRKSRC}/test - cd ${WRKSRC}/test/${.TARGET} && ${SETENV} \ - LD_LIBRARY_PATH=${WRKSRC}/lib:${WRKSRC}/tools/ctestfw \ - ./${.TARGET} - post-stage: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/g* \ ${STAGEDIR}${PREFIX}/bin/*conv \ @@ -75,8 +48,5 @@ post-stage: ${STAGEDIR}${PREFIX}/bin/derb \ ${STAGEDIR}${PREFIX}/bin/pkgdata @${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/* - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libicuda*.so.* - -test regression-test: iotest cintltst intltest .include --- devel/icu/distinfo (revision 422344) +++ devel/icu/distinfo (working copy) @@ -1,2 +1,3 @@ -SHA256 (icu4c-55_1-src.tgz) = e16b22cbefdd354bec114541f7849a12f8fc2015320ca5282ee4fd787571457b -SIZE (icu4c-55_1-src.tgz) = 25600847 +TIMESTAMP = 1464596691 +SHA256 (icu4c-57_1-src.tgz) = ff8c67cb65949b1e7808f2359f2b80f722697048e90e7cfc382ec1fe229e9581 +SIZE (icu4c-57_1-src.tgz) = 22360664 --- devel/icu/files/patch-common_Makefile.in (nonexistent) +++ devel/icu/files/patch-common_Makefile.in (working copy) @@ -0,0 +1,11 @@ +--- common/Makefile.in.orig 2016-03-23 20:50:12 UTC ++++ common/Makefile.in +@@ -146,7 +146,7 @@ install-local: install-headers install-l + install-library: all-local + $(MKINSTALLDIRS) $(DESTDIR)$(libdir) + ifneq ($(ENABLE_STATIC),) +- $(INSTALL-L) $(TARGET) $(DESTDIR)$(libdir) ++ $(INSTALL_DATA) $(TARGET) $(DESTDIR)$(libdir) + endif + ifneq ($(ENABLE_SHARED),) + $(INSTALL-L) $(FINAL_SO_TARGET) $(DESTDIR)$(libdir) --- devel/icu/files/patch-common_umutex.cpp (nonexistent) +++ devel/icu/files/patch-common_umutex.cpp (working copy) @@ -0,0 +1,25 @@ +--- common/umutex.cpp.orig 2016-03-23 20:50:10 UTC ++++ common/umutex.cpp +@@ -264,19 +264,19 @@ static pthread_cond_t initCondition = PT + U_COMMON_API UBool U_EXPORT2 + umtx_initImplPreInit(UInitOnce &uio) { + pthread_mutex_lock(&initMutex); +- int32_t state = uio.fState; ++ int32_t state = umtx_loadAcquire(uio.fState); + if (state == 0) { + umtx_storeRelease(uio.fState, 1); + pthread_mutex_unlock(&initMutex); + return TRUE; // Caller will next call the init function. + } else { +- while (uio.fState == 1) { ++ while (umtx_loadAcquire(uio.fState) == 1) { + // Another thread is currently running the initialization. + // Wait until it completes. + pthread_cond_wait(&initCondition, &initMutex); + } + pthread_mutex_unlock(&initMutex); +- U_ASSERT(uio.fState == 2); ++ U_ASSERT(umtx_loadAcquire(uio.fState) == 2); + return FALSE; + } + } --- devel/icu/files/patch-common_unicode_platform.h (nonexistent) +++ devel/icu/files/patch-common_unicode_platform.h (working copy) @@ -0,0 +1,13 @@ +--- common/unicode/platform.h.orig 2016-03-23 20:49:58 UTC ++++ common/unicode/platform.h +@@ -379,8 +379,8 @@ + */ + #ifdef U_IS_BIG_ENDIAN + /* Use the predefined value. */ +-#elif defined(BYTE_ORDER) && defined(BIG_ENDIAN) +-# define U_IS_BIG_ENDIAN (BYTE_ORDER == BIG_ENDIAN) ++#elif defined(_BYTE_ORDER) && defined(_BIG_ENDIAN) ++# define U_IS_BIG_ENDIAN (_BYTE_ORDER == _BIG_ENDIAN) + #elif defined(__BYTE_ORDER__) && defined(__ORDER_BIG_ENDIAN__) + /* gcc */ + # define U_IS_BIG_ENDIAN (__BYTE_ORDER__ == __ORDER_BIG_ENDIAN__) --- devel/icu/files/patch-common_unicode_uconfig.h (nonexistent) +++ devel/icu/files/patch-common_unicode_uconfig.h (working copy) @@ -0,0 +1,11 @@ +--- common/unicode/uconfig.h.orig 2016-03-23 20:49:54 UTC ++++ common/unicode/uconfig.h +@@ -87,7 +87,7 @@ + * @internal + */ + #ifndef U_DISABLE_RENAMING +-#define U_DISABLE_RENAMING 0 ++#define U_DISABLE_RENAMING 1 + #endif + + /** --- devel/icu/files/patch-config__mh-bsd-gcc (revision 422344) +++ devel/icu/files/patch-config__mh-bsd-gcc (nonexistent) @@ -1,12 +0,0 @@ ---- ./config/mh-bsd-gcc.orig 2011-10-19 01:13:00.000000000 +0200 -+++ ./config/mh-bsd-gcc 2012-01-14 21:01:17.083384507 +0100 -@@ -23,9 +23,6 @@ - ## Compiler switch to embed a library name - LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET)) - --## Shared library options --LD_SOOPTIONS= -Wl,-Bsymbolic -- - ## Shared object suffix - SO = so - ## Non-shared intermediate object suffix --- devel/icu/files/patch-config_mh-bsd-gcc (nonexistent) +++ devel/icu/files/patch-config_mh-bsd-gcc (working copy) @@ -0,0 +1,82 @@ +--- config/mh-bsd-gcc.orig 2016-03-23 20:50:50 UTC ++++ config/mh-bsd-gcc +@@ -4,8 +4,8 @@ + ## others. All Rights Reserved. + + ## Commands to generate dependency files +-GEN_DEPS.c= $(CC) -E -MM $(DEFS) $(CPPFLAGS) +-GEN_DEPS.cc= $(CXX) -E -MM $(DEFS) $(CPPFLAGS) ++GEN_DEPS.c= $(CC) -E -MM $(DEFS) $(CPPFLAGS) ++GEN_DEPS.cc= $(CXX) -E -MM $(DEFS) $(CPPFLAGS) $(CXXFLAGS) + + ## Flags for position independent code + SHAREDLIBCFLAGS = -fPIC +@@ -18,10 +18,16 @@ LIBCPPFLAGS = + + ## Compiler switch to embed a runtime search path + LD_RPATH= +-LD_RPATH_PRE= -Wl,-rpath, ++LD_RPATH_PRE = -Wl,-rpath, ++ ++## These are the library specific LDFLAGS ++LDFLAGSICUDT=-nodefaultlibs -nostdlib + + ## Compiler switch to embed a library name +-LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET)) ++# The initial tab in the next line is to prevent icu-config from reading it. ++ LD_SONAME = -Wl,-soname -Wl,$(notdir $(MIDDLE_SO_TARGET)) ++#SH# # We can't depend on MIDDLE_SO_TARGET being set. ++#SH# LD_SONAME= + + ## Shared library options + LD_SOOPTIONS= -Wl,-Bsymbolic +@@ -33,27 +39,27 @@ STATIC_O = ao + + ## Compilation rules + %.$(STATIC_O): $(srcdir)/%.c +- $(COMPILE.c) $(STATICCPPFLAGS) $(STATICCFLAGS) -o $@ $< ++ $(call SILENT_COMPILE,$(strip $(COMPILE.c) $(STATICCPPFLAGS) $(STATICCFLAGS)) -o $@ $<) + %.o: $(srcdir)/%.c +- $(COMPILE.c) $(DYNAMICCPPFLAGS) $(DYNAMICCFLAGS) -o $@ $< ++ $(call SILENT_COMPILE,$(strip $(COMPILE.c) $(DYNAMICCPPFLAGS) $(DYNAMICCFLAGS)) -o $@ $<) + + %.$(STATIC_O): $(srcdir)/%.cpp +- $(COMPILE.cc) $(STATICCPPFLAGS) $(STATICCXXFLAGS) -o $@ $< ++ $(call SILENT_COMPILE,$(strip $(COMPILE.cc) $(STATICCPPFLAGS) $(STATICCXXFLAGS)) -o $@ $<) + %.o: $(srcdir)/%.cpp +- $(COMPILE.cc) $(DYNAMICCPPFLAGS) $(DYNAMICCXXFLAGS) -o $@ $< ++ $(call SILENT_COMPILE,$(strip $(COMPILE.cc) $(DYNAMICCPPFLAGS) $(DYNAMICCXXFLAGS)) -o $@ $<) + + + ## Dependency rules + %.d: $(srcdir)/%.c +- @echo "generating dependency information for $<" ++ $(call ICU_MSG,(deps)) $< + @$(SHELL) -ec '$(GEN_DEPS.c) $< \ +- | sed '\''s/\($*\)\.o[ :]*/\1.o $@ : /g'\'' > $@; \ ++ | sed '\''s%\($*\)\.o[ :]*%\1.o $@ : %g'\'' > $@; \ + [ -s $@ ] || rm -f $@' + + %.d: $(srcdir)/%.cpp +- @echo "generating dependency information for $<" ++ $(call ICU_MSG,(deps)) $< + @$(SHELL) -ec '$(GEN_DEPS.cc) $< \ +- | sed '\''s/\($*\)\.o[ :]*/\1.o $@ : /g'\'' > $@; \ ++ | sed '\''s%\($*\)\.o[ :]*%\1.o $@ : %g'\'' > $@; \ + [ -s $@ ] || rm -f $@' + + ## Versioned libraries rules +@@ -64,7 +70,7 @@ STATIC_O = ao + $(RM) $@ && ln -s ${*F}.$(SO).$(SO_TARGET_VERSION) $@ + + ## Bind internal references +- ++ + # LDflags that pkgdata will use + BIR_LDFLAGS= -Wl,-Bsymbolic + +@@ -77,4 +83,3 @@ STATIC_PREFIX = + + ## End BSD-specific setup + +- --- devel/icu/files/patch-i18n_Makefile.in (nonexistent) +++ devel/icu/files/patch-i18n_Makefile.in (working copy) @@ -0,0 +1,11 @@ +--- i18n/Makefile.in.orig 2016-03-23 20:49:38 UTC ++++ i18n/Makefile.in +@@ -135,7 +135,7 @@ install-local: install-headers install-l + install-library: all-local + $(MKINSTALLDIRS) $(DESTDIR)$(libdir) + ifneq ($(ENABLE_STATIC),) +- $(INSTALL-L) $(TARGET) $(DESTDIR)$(libdir) ++ $(INSTALL_DATA) $(TARGET) $(DESTDIR)$(libdir) + endif + ifneq ($(ENABLE_SHARED),) + $(INSTALL-L) $(FINAL_SO_TARGET) $(DESTDIR)$(libdir) --- devel/icu/files/patch-install (revision 422344) +++ devel/icu/files/patch-install (nonexistent) @@ -1,8 +0,0 @@ ---- Makefile.in 2007-12-12 13:58:06.000000000 -0500 -+++ Makefile.in 2008-01-28 15:20:56.000000000 -0500 -@@ -126,5 +126,4 @@ - $(INSTALL_DATA) @platform_make_fragment@ $(DESTDIR)$(pkgdatadir)/config/@platform_make_fragment_name@ - $(INSTALL_SCRIPT) $(top_srcdir)/mkinstalldirs $(DESTDIR)$(pkgdatadir)/mkinstalldirs -- $(INSTALL_SCRIPT) $(top_srcdir)/install-sh $(DESTDIR)$(pkgdatadir)/install-sh - $(INSTALL_DATA) $(top_srcdir)/../license.html $(DESTDIR)$(pkgdatadir)/license.html - $(INSTALL_SCRIPT) $(top_builddir)/config/icu-config $(DESTDIR)$(bindir)/icu-config --- devel/icu/files/patch-io_Makefile.in (nonexistent) +++ devel/icu/files/patch-io_Makefile.in (working copy) @@ -0,0 +1,11 @@ +--- io/Makefile.in.orig 2016-03-23 20:50:52 UTC ++++ io/Makefile.in +@@ -96,7 +96,7 @@ install-local: install-headers install-l + install-library: all-local + $(MKINSTALLDIRS) $(DESTDIR)$(libdir) + ifneq ($(ENABLE_STATIC),) +- $(INSTALL-L) $(TARGET) $(DESTDIR)$(libdir) ++ $(INSTALL_DATA) $(TARGET) $(DESTDIR)$(libdir) + endif + ifneq ($(ENABLE_SHARED),) + $(INSTALL-L) $(FINAL_SO_TARGET) $(DESTDIR)$(libdir) --- devel/icu/files/patch-layout_Makefile.in (nonexistent) +++ devel/icu/files/patch-layout_Makefile.in (working copy) @@ -0,0 +1,11 @@ +--- layout/Makefile.in.orig 2016-03-23 20:56:48 UTC ++++ layout/Makefile.in +@@ -180,7 +180,7 @@ install-local: install-headers install-l + install-library: all-local + $(MKINSTALLDIRS) $(DESTDIR)$(libdir) + ifneq ($(ENABLE_STATIC),) +- $(INSTALL-L) $(TARGET) $(DESTDIR)$(libdir) ++ $(INSTALL_DATA) $(TARGET) $(DESTDIR)$(libdir) + endif + ifneq ($(ENABLE_SHARED),) + $(INSTALL-L) $(FINAL_SO_TARGET) $(DESTDIR)$(libdir) --- devel/icu/files/patch-layoutex_Makefile.in (nonexistent) +++ devel/icu/files/patch-layoutex_Makefile.in (working copy) @@ -0,0 +1,11 @@ +--- layoutex/Makefile.in.orig 2016-03-23 20:56:38 UTC ++++ layoutex/Makefile.in +@@ -109,7 +109,7 @@ endif + install-library: all-local + $(MKINSTALLDIRS) $(DESTDIR)$(libdir) + ifneq ($(ENABLE_STATIC),) +- $(INSTALL-L) $(TARGET) $(DESTDIR)$(libdir) ++ $(INSTALL_DATA) $(TARGET) $(DESTDIR)$(libdir) + endif + ifneq ($(ENABLE_SHARED),) + $(INSTALL-L) $(FINAL_SO_TARGET) $(DESTDIR)$(libdir) --- devel/icu/files/patch-stubdata_Makefile.in (nonexistent) +++ devel/icu/files/patch-stubdata_Makefile.in (working copy) @@ -0,0 +1,11 @@ +--- stubdata/Makefile.in.orig 2016-03-23 20:50:52 UTC ++++ stubdata/Makefile.in +@@ -82,7 +82,7 @@ install-local: install-library + install-library: all-local + $(MKINSTALLDIRS) $(DESTDIR)$(libdir) + ifneq ($(ENABLE_STATIC),) +- $(INSTALL-L) $(TARGET) $(DESTDIR)$(libdir) ++ $(INSTALL_DATA) $(TARGET) $(DESTDIR)$(libdir) + endif + ifneq ($(ENABLE_SHARED),) + $(INSTALL-L) $(FINAL_SO_TARGET) $(DESTDIR)$(libdir) --- devel/icu/files/patch-tools_ctestfw_Makefile.in (nonexistent) +++ devel/icu/files/patch-tools_ctestfw_Makefile.in (working copy) @@ -0,0 +1,11 @@ +--- tools/ctestfw/Makefile.in.orig 2016-03-23 20:50:16 UTC ++++ tools/ctestfw/Makefile.in +@@ -78,7 +78,7 @@ install-local: install-library + install-library: all-local + $(MKINSTALLDIRS) $(DESTDIR)$(libdir) + ifneq ($(ENABLE_STATIC),) +- $(INSTALL-L) $(TARGET) $(DESTDIR)$(libdir) ++ $(INSTALL_DATA) $(TARGET) $(DESTDIR)$(libdir) + endif + ifneq ($(ENABLE_SHARED),) + $(INSTALL-L) $(FINAL_SO_TARGET) $(DESTDIR)$(libdir) --- devel/icu/files/patch-tools_toolutil_Makefile.in (nonexistent) +++ devel/icu/files/patch-tools_toolutil_Makefile.in (working copy) @@ -0,0 +1,11 @@ +--- tools/toolutil/Makefile.in.orig 2016-03-23 20:50:26 UTC ++++ tools/toolutil/Makefile.in +@@ -89,7 +89,7 @@ install-local: install-library + install-library: all-local + $(MKINSTALLDIRS) $(DESTDIR)$(libdir) + ifneq ($(ENABLE_STATIC),) +- $(INSTALL-L) $(TARGET) $(DESTDIR)$(libdir) ++ $(INSTALL_DATA) $(TARGET) $(DESTDIR)$(libdir) + endif + ifneq ($(ENABLE_SHARED),) + $(INSTALL-L) $(FINAL_SO_TARGET) $(DESTDIR)$(libdir) --- devel/icu/pkg-plist (revision 422344) +++ devel/icu/pkg-plist (working copy) @@ -132,6 +132,7 @@ include/unicode/schriter.h include/unicode/scientificnumberformatter.h include/unicode/search.h include/unicode/selfmt.h +include/unicode/simpleformatter.h include/unicode/simpletz.h include/unicode/smpdtfmt.h include/unicode/sortkey.h @@ -202,6 +203,7 @@ include/unicode/uobject.h include/unicode/upluralrules.h include/unicode/uregex.h include/unicode/uregion.h +include/unicode/ureldatefmt.h include/unicode/urename.h include/unicode/urep.h include/unicode/ures.h @@ -254,6 +256,7 @@ man/man8/genccode.8.gz man/man8/gencmn.8.gz man/man8/gensprep.8.gz man/man8/icupkg.8.gz +%%DATADIR%%/%%ICUVER%%/install-sh %%DATADIR%%/%%ICUVER%%/mkinstalldirs -%%DATADIR%%/%%ICUVER%%/license.html +%%DATADIR%%/%%ICUVER%%/LICENSE %%DATADIR%%/%%ICUVER%%/config/mh-bsd-gcc --- devel/objecthash/Makefile (revision 422344) +++ devel/objecthash/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= objecthash PORTVERSION= 20160121 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MAINTAINER= ports@FreeBSD.org --- devel/pecl-intl/Makefile (revision 422344) +++ devel/pecl-intl/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= intl PORTVERSION= 3.0.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- --- devel/php70-intl/Makefile (revision 422344) +++ devel/php70-intl/Makefile (working copy) @@ -1,7 +1,7 @@ # Created by: Alex Dupre # $FreeBSD$ -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTERDIR= ${.CURDIR}/../../lang/php70 --- devel/py-pyicu/Makefile (revision 422344) +++ devel/py-pyicu/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= pyicu PORTVERSION= 1.8 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} --- devel/qt4-corelib/Makefile (revision 422344) +++ devel/qt4-corelib/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= corelib DISTVERSION= ${QT4_VERSION} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel PKGNAMEPREFIX= qt4- --- devel/qt5-core/Makefile (revision 422344) +++ devel/qt5-core/Makefile (working copy) @@ -2,6 +2,7 @@ PORTNAME= core DISTVERSION= ${QT5_VERSION} +PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= qt5- --- dns/bundy/Makefile (revision 422344) +++ dns/bundy/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= bundy PORTVERSION= 0.20160125 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= dns MASTER_SITES= LOCAL/mat/bundy SF/boost/boost/1.55.0:boost DISTFILES+= boost_1_55_0.tar.bz2:boost --- dns/libpsl/Makefile (revision 422344) +++ dns/libpsl/Makefile (working copy) @@ -4,7 +4,7 @@ PORTNAME= libpsl PORTVERSION= 0.13.0 DISTVERSIONPREFIX= ${PORTNAME}- -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= dns MAINTAINER= sunpoet@FreeBSD.org --- editors/libreoffice4/Makefile (revision 422344) +++ editors/libreoffice4/Makefile (working copy) @@ -2,7 +2,7 @@ PORTNAME= libreoffice PORTVERSION= 4.3.7 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= editors MASTER_SITES= http://download.documentfoundation.org/libreoffice/ \ http://dev-www.libreoffice.org/extern/:ext \ --- editors/poedit/Makefile (revision 422344) +++ editors/poedit/Makefile (working copy) @@ -4,7 +4,7 @@ PORTNAME= poedit PORTVERSION= 1.8.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors MASTER_SITES= http://github.com/vslavik/${PORTNAME}/releases/download/v${PORTVERSION}-oss/ --- emulators/open-vm-tools/Makefile (revision 422344) +++ emulators/open-vm-tools/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= open-vm-tools PORTVERSION= ${BUILD_VER} -PORTREVISION= 14 +PORTREVISION= 15 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/stable-9.4.x --- emulators/xcpc/Makefile (revision 422344) +++ emulators/xcpc/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= xcpc PORTVERSION= 20070122 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} --- games/0ad/Makefile (revision 422344) +++ games/0ad/Makefile (working copy) @@ -2,7 +2,7 @@ PORTNAME= 0ad PORTVERSION= 0.0.20 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/zero-ad/releases \ http://releases.wildfiregames.com/ --- games/openttd/Makefile (revision 422344) +++ games/openttd/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= openttd DISTVERSION= 1.6.1 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://ca.binaries.openttd.org/binaries/releases/${DISTVERSION}/ \ http://cz.binaries.openttd.org/binaries/releases/${DISTVERSION}/ \ --- graphics/libcdr01/Makefile (revision 422344) +++ graphics/libcdr01/Makefile (working copy) @@ -2,6 +2,7 @@ PORTNAME= libcdr PORTVERSION= 0.1.3 +PORTREVISION= 1 CATEGORIES= graphics devel MASTER_SITES= LODEV PKGNAMESUFFIX= 01 --- graphics/libfreehand/Makefile (revision 422344) +++ graphics/libfreehand/Makefile (working copy) @@ -2,7 +2,7 @@ PORTNAME= libfreehand PORTVERSION= 0.1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= LODEV --- graphics/mapnik/Makefile (revision 422344) +++ graphics/mapnik/Makefile (working copy) @@ -4,7 +4,7 @@ PORTNAME= mapnik PORTVERSION= 3.0.9 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics geography MASTER_SITES= http://mapnik.s3.amazonaws.com/dist/v${PORTVERSION}/ --- graphics/tesseract/Makefile (revision 422344) +++ graphics/tesseract/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= tesseract PORTVERSION= 3.04.01 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MAINTAINER= pkubaj@anongoth.pl --- irc/znc/Makefile (revision 422344) +++ irc/znc/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= znc PORTVERSION= 1.6.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= irc ipv6 MASTER_SITES= http://znc.in/releases/ \ http://znc.in/releases/archive/ --- lang/gnustep-base/Makefile (revision 422344) +++ lang/gnustep-base/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= gnustep-base PORTVERSION= 1.24.8 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= lang devel gnustep MASTER_SITES= GNUSTEP/core --- lang/parrot/Makefile (revision 422344) +++ lang/parrot/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= parrot PORTVERSION= 8.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang MASTER_SITES= ftp://ftp.parrot.org/pub/parrot/releases/supported/${PORTVERSION}/ \ LOCAL/sunpoet --- lang/phantomjs/Makefile (revision 422344) +++ lang/phantomjs/Makefile (working copy) @@ -2,7 +2,7 @@ PORTNAME= phantomjs PORTVERSION= 2.0.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= lang MASTER_SITES= https://bitbucket.org/ariya/phantomjs/downloads/ DISTNAME= ${PORTNAME}-${PORTVERSION}-source --- lang/swift/Makefile (revision 422344) +++ lang/swift/Makefile (working copy) @@ -2,7 +2,7 @@ PORTNAME= swift PORTVERSION= 2.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang MAINTAINER= swills@FreeBSD.org --- lang/v8-devel/Makefile (revision 422344) +++ lang/v8-devel/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= v8 PORTVERSION= 3.27.7 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= lang MASTER_SITES= LOCAL/vanilla PKGNAMESUFFIX= -devel --- mail/dovecot2/Makefile (revision 422344) +++ mail/dovecot2/Makefile (working copy) @@ -14,7 +14,7 @@ PORTNAME= dovecot PORTVERSION= 2.2.25 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail ipv6 MASTER_SITES= http://www.dovecot.org/releases/${PORTVERSION:R}/ PKGNAMESUFFIX= 2 --- mail/postfix/Makefile (revision 422344) +++ mail/postfix/Makefile (working copy) @@ -4,7 +4,7 @@ PORTNAME= postfix PORTVERSION= 3.1.2 PORTEPOCH= 1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/ \ http://de.postfix.org/ftpmirror/ \ --- mail/postfix-current/Makefile (revision 422344) +++ mail/postfix-current/Makefile (working copy) @@ -4,7 +4,7 @@ PORTNAME= postfix DISTVERSION= 3.2-20160828 PORTEPOCH= 4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/ \ http://de.postfix.org/ftpmirror/ \ --- mail/thunderbird/Makefile (revision 422344) +++ mail/thunderbird/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= thunderbird DISTVERSION= 45.3.0 +PORTREVISION= 1 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source --- math/R/Makefile (revision 422344) +++ math/R/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME?= R PORTVERSION= 3.3.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math lang MASTER_SITES= http://cran.r-project.org/%SUBDIR%/ \ ftp://cran.r-project.org/pub/R/%SUBDIR%/ \ --- math/rpy2/Makefile (revision 422344) +++ math/rpy2/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= rpy2 PORTVERSION= 2.7.8 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= CHEESESHOP --- misc/sword/Makefile (revision 422344) +++ misc/sword/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= sword PORTVERSION= 1.7.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc MASTER_SITES= ftp://ftp.crosswire.org/pub/sword/source/v${PORTVERSION:R}/ \ http://crosswire.org/ftpmirror/pub/sword/source/v${PORTVERSION:R}/ --- multimedia/aegisub/Makefile (revision 422344) +++ multimedia/aegisub/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= aegisub PORTVERSION= 3.2.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= multimedia MASTER_SITES= http://ftp.aegisub.org/pub/archives/releases/source/ \ ftp://ftp.aegisub.org/pub/archives/releases/source/ \ --- multimedia/subtitlecomposer-kde4/Makefile (revision 422344) +++ multimedia/subtitlecomposer-kde4/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= subtitlecomposer PORTVERSION= 0.5.7 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia kde MAINTAINER= makc@FreeBSD.org --- net/yaz/Makefile (revision 422344) +++ net/yaz/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= yaz PORTVERSION= 5.16.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/ --- net/zebra-server/Makefile (revision 422344) +++ net/zebra-server/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= zebra-server PORTVERSION= 2.0.55 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= http://ftp.indexdata.dk/pub/zebra/ DISTNAME= idzebra-${PORTVERSION} --- net-p2p/twister/Makefile (revision 422344) +++ net-p2p/twister/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= twister-core PORTVERSION= 0.9.34 -PORTREVISION= 2 +PORTREVISION= 3 DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= net-p2p --- news/tin/Makefile (revision 422344) +++ news/tin/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= tin PORTVERSION= 2.3.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES+= news ipv6 MASTER_SITES= ftp://ftp.tin.org/pub/news/clients/tin/v${PORTVERSION:R}/ \ ftp://ftp.sunet.se/pub/news/readers/tin/v${PORTVERSION:R}/ \ --- print/harfbuzz/Makefile (revision 422344) +++ print/harfbuzz/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= harfbuzz PORTVERSION= 1.3.0 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= http://www.freedesktop.org/software/harfbuzz/release/ @@ -14,7 +15,7 @@ LIB_DEPENDS= libfreetype.so:print/freety libgraphite2.so:graphics/graphite2 USE_LDCONFIG= yes -USES= gmake libtool pathfix pkgconfig tar:bzip2 +USES= compiler:c++0x gmake libtool pathfix pkgconfig tar:bzip2 USE_GNOME= cairo glib20 introspection:build GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-graphite2 --with-gobject=yes --- print/libmspub01/Makefile (revision 422344) +++ print/libmspub01/Makefile (working copy) @@ -2,7 +2,7 @@ PORTNAME= libmspub PORTVERSION= 0.1.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= print graphics devel MASTER_SITES= http://dev-www.libreoffice.org/src/${PORTNAME}/ PKGNAMESUFFIX= 01 --- print/tex-xetex/Makefile (revision 422344) +++ print/tex-xetex/Makefile (working copy) @@ -2,7 +2,7 @@ PORTNAME= xetex PORTVERSION= 0.99992 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= print MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/ PKGNAMEPREFIX= tex- --- print/texlive-base/Makefile (revision 422344) +++ print/texlive-base/Makefile (working copy) @@ -2,7 +2,7 @@ PORTNAME= texlive PORTVERSION= 20150521 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= print MASTER_SITES= TEX_CTAN/systems/texlive/Source/ PKGNAMESUFFIX= -base --- security/certificate-transparency/Makefile (revision 422344) +++ security/certificate-transparency/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= certificate-transparency PORTVERSION= 20160102 +PORTREVISION= 1 CATEGORIES= security MAINTAINER= ports@FreeBSD.org --- sysutils/gdisk/Makefile (revision 422344) +++ sysutils/gdisk/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= gdisk PORTVERSION= 0.8.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= SF/gptfdisk/gptfdisk/${PORTVERSION} DISTNAME= gptfdisk-${PORTVERSION} --- sysutils/osquery/Makefile (revision 422344) +++ sysutils/osquery/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= osquery PORTVERSION= 1.4.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MAINTAINER= zi@FreeBSD.org --- sysutils/tracker/Makefile (revision 422344) +++ sysutils/tracker/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= tracker PORTVERSION= 1.6.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils gnome MASTER_SITES= GNOME --- textproc/R-cran-stringi/Makefile (revision 422344) +++ textproc/R-cran-stringi/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= stringi DISTVERSION= 1.1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc DISTNAME= ${PORTNAME}_${DISTVERSION} --- textproc/dwdiff/Makefile (revision 422344) +++ textproc/dwdiff/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= dwdiff PORTVERSION= 2.0.9 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc MASTER_SITES= http://os.ghalkes.nl/dist/ \ http://fossies.org/unix/privat/ --- textproc/ibus-qt/Makefile (revision 422344) +++ textproc/ibus-qt/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= ibus-qt PORTVERSION= 1.3.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MASTER_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/releases/download/${PORTVERSION}/ \ http://github.com/${GH_ACCOUNT}/${PORTNAME}/releases/download/${PORTVERSION}/ --- textproc/libe-book/Makefile (revision 422344) +++ textproc/libe-book/Makefile (working copy) @@ -2,7 +2,7 @@ PORTNAME= libe-book PORTVERSION= 0.1.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc MASTER_SITES= SF/libebook/${PORTNAME}-${PORTVERSION}/ --- textproc/liblrdf/Makefile (revision 422344) +++ textproc/liblrdf/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= liblrdf PORTVERSION= 0.5.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= textproc MASTER_SITES= GENTOO --- textproc/libvisio01/Makefile (revision 422344) +++ textproc/libvisio01/Makefile (working copy) @@ -2,7 +2,7 @@ PORTNAME= libvisio PORTVERSION= 0.1.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc devel MASTER_SITES= http://dev-www.libreoffice.org/src/${PORTNAME}/ PKGNAMESUFFIX= 01 --- textproc/raptor2/Makefile (revision 422344) +++ textproc/raptor2/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= raptor2 PORTVERSION= 2.0.15 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MASTER_SITES= http://download.librdf.org/source/ \ SF/librdf/${PORTNAME}/${PORTVERSION} --- textproc/rubygem-charlock_holmes/Makefile (revision 422344) +++ textproc/rubygem-charlock_holmes/Makefile (working copy) @@ -2,7 +2,7 @@ PORTNAME= charlock_holmes PORTVERSION= 0.7.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc rubygems MASTER_SITES= RG --- textproc/zorba/Makefile (revision 422344) +++ textproc/zorba/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= zorba PORTVERSION= 2.7.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= textproc MASTER_SITES= https://launchpadlibrarian.net/119058962/ DISTNAME= ${PORTNAME}-src-${PORTVERSION} --- www/chromium/Makefile (revision 422344) +++ www/chromium/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= chromium PORTVERSION= 52.0.2743.116 +PORTREVISION= 1 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 --- www/cppcms/Makefile (revision 422344) +++ www/cppcms/Makefile (working copy) @@ -2,7 +2,7 @@ PORTNAME= cppcms PORTVERSION= 1.0.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www MASTER_SITES= SF/cppcms/${PORTNAME}/${PORTVERSION} --- www/firefox/Makefile (revision 422344) +++ www/firefox/Makefile (working copy) @@ -4,7 +4,7 @@ PORTNAME= firefox DISTVERSION= 49.0 DISTVERSIONSUFFIX=.source -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ --- www/firefox-esr/Makefile (revision 422344) +++ www/firefox-esr/Makefile (working copy) @@ -4,7 +4,7 @@ PORTNAME= firefox DISTVERSION= 45.4.0 DISTVERSIONSUFFIX=esr.source -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ --- www/libxul/Makefile (revision 422344) +++ www/libxul/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= libxul DISTVERSION= 45.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES?= www devel MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source \ MOZILLA/firefox/candidates/${DISTVERSION}esr-candidates/build2/source --- www/node/Makefile (revision 422344) +++ www/node/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= node PORTVERSION= 6.5.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ --- www/node4/Makefile (revision 422344) +++ www/node4/Makefile (working copy) @@ -4,6 +4,7 @@ PORTNAME= node PORTVERSION= 4.5.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ PKGNAMESUFFIX= 4 --- www/seamonkey/Makefile (revision 422344) +++ www/seamonkey/Makefile (working copy) @@ -4,7 +4,7 @@ PORTNAME= seamonkey DISTVERSION= 2.39 MOZILLA_VER= 42 # above + 3 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES?= www mail news editors irc ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source --- www/webkit-gtk2/Makefile (revision 422344) +++ www/webkit-gtk2/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= webkit PORTVERSION= 2.4.11 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MASTER_SITES= http://webkitgtk.org/releases/ PKGNAMESUFFIX= -gtk2 --- www/webkit-gtk3/Makefile (revision 422344) +++ www/webkit-gtk3/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= webkit PORTVERSION= 2.4.11 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MASTER_SITES= http://webkitgtk.org/releases/ PKGNAMESUFFIX= -gtk3 --- www/webkit-qt5/Makefile (revision 422344) +++ www/webkit-qt5/Makefile (working copy) @@ -2,6 +2,7 @@ PORTNAME= webkit DISTVERSION= ${QT5_VERSION} +PORTREVISION= 1 CATEGORIES= www MASTER_SITE_SUBDIR= community_releases/${QT5_VERSION:R}/${QT5_VERSION}/ PKGNAMEPREFIX= qt5- --- www/webkit2-gtk3/Makefile (revision 422344) +++ www/webkit2-gtk3/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= webkit PORTVERSION= 2.8.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www MASTER_SITES= http://webkitgtk.org/releases/ PKGNAMESUFFIX= 2-gtk3 --- x11-toolkits/gnustep-gui/Makefile (revision 422344) +++ x11-toolkits/gnustep-gui/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= gnustep-gui PORTVERSION= 0.24.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-toolkits gnustep MASTER_SITES= GNUSTEP/core