diff options
37 files changed, 131 insertions, 154 deletions
diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile index 9b99162c3a5b..e86b71c04e96 100644 --- a/audio/audacity/Makefile +++ b/audio/audacity/Makefile @@ -3,9 +3,8 @@ PORTNAME= audacity PORTVERSION= 2.1.3 +DISTVERSIONPREFIX= Audacity- CATEGORIES= audio -MASTER_SITES= https://github.com/audacity/audacity/archive/ -DISTNAME= Audacity-${PORTVERSION} MAINTAINER= xxjack12xx@gmail.com COMMENT= GUI editor for digital audio waveforms @@ -21,8 +20,6 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 \ BROKEN_powerpc64= Does not build -WRKSRC= ${WRKDIR}/${PORTNAME}-Audacity-${PORTVERSION} - GNU_CONFIGURE= yes USES= autoreconf compiler:gcc-c++11-lib cpe desktop-file-utils gettext-tools gmake iconv libtool pkgconfig shared-mime-info shebangfix dos2unix NLS_USES= gettext-runtime @@ -36,6 +33,7 @@ INSTALLS_ICONS= yes PORTDOCS= README.txt DOS2UNIX_GLOB= Makefile.* *.c* *.h SHEBANG_FILES= lib-src/lv2/build +USE_GITHUB= yes OPTIONS_DEFINE= NLS DEBUG DOCS ALSA DYNLOAD FFMPEG FLAC ID3TAG LADSPA LAME LV2 \ MAD SBSMS SOUNDTOUCH TWOLAME VAMP VORBIS VST diff --git a/audio/audacity/distinfo b/audio/audacity/distinfo index b073342ca8a0..36e782ec2c4e 100644 --- a/audio/audacity/distinfo +++ b/audio/audacity/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1490408781 -SHA256 (Audacity-2.1.3.tar.gz) = cb30870b93c7f6f90b2ec70807ab6dcd9c3a3a29015478ae7b19af46d63bbd86 -SIZE (Audacity-2.1.3.tar.gz) = 24106855 +TIMESTAMP = 1496739477 +SHA256 (audacity-audacity-Audacity-2.1.3_GH0.tar.gz) = cb30870b93c7f6f90b2ec70807ab6dcd9c3a3a29015478ae7b19af46d63bbd86 +SIZE (audacity-audacity-Audacity-2.1.3_GH0.tar.gz) = 24106855 diff --git a/cad/fritzing/Makefile b/cad/fritzing/Makefile index e0d4be3ff0c0..fbf580bd9719 100644 --- a/cad/fritzing/Makefile +++ b/cad/fritzing/Makefile @@ -3,12 +3,9 @@ PORTNAME= fritzing PORTVERSION= 0.9.2 +DISTVERSIONSUFFIX= b PORTREVISION= 6 CATEGORIES= cad -MASTER_SITES= https://github.com/fritzing/fritzing-app/archive/:source \ - https://github.com/fritzing/fritzing-parts/archive/:parts -DISTFILES= 0.9.2b.tar.gz:source 0.9.2b.zip:parts -DIST_SUBDIR= ${PORTNAME} MAINTAINER= lenzi.sergio@gmail.com COMMENT= CAD for printed circuit boards @@ -17,12 +14,12 @@ LICENSE= GPLv2+ SUB_FILES+= pkg-install -WRKSRC= ${WRKDIR}/fritzing-app-${PORTVERSION}b - USES= dos2unix gmake python qmake tar:bzip2 USE_QT5= buildtools concurrent core dbus gui imageformats network printsupport qmake serialport sql-sqlite3 svg xml DOS2UNIX_REGEX= .*pro INSTALLS_ICONS= yes +USE_GITHUB= yes +GH_PROJECT= fritzing-app fritzing-parts:parts PORTDATA= * MAKE_ENV= INSTALL_ROOT="${STAGEDIR}" @@ -31,15 +28,13 @@ BUILD_DEPENDS+= boost-libs>1.52:devel/boost-libs RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 -.include <bsd.port.pre.mk> - post-extract: - cd ${WRKDIR}/fritzing-parts-0.9.2b;\ + cd ${WRKSRC_parts};\ ${MKDIR} parts;${MV} -f * parts 2> /dev/null || true;\ ${MKDIR} pdb;${MV} parts/core pdb;${MKDIR} parts/core;\ - ${MV} ${WRKDIR}/fritzing-app-0.9.2b/bins . + ${MV} ${WRKSRC}/bins . post-install: - ${CP} -rpf ${WRKDIR}/fritzing-parts-0.9.2b/* ${STAGEDIR}${LOCALBASE}/share/fritzing + cd ${WRKSRC_parts}; ${COPYTREE_SHARE} . ${STAGEDIR}${LOCALBASE}/share/fritzing -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/cad/fritzing/distinfo b/cad/fritzing/distinfo index 309595203b6b..8a1a5c8c6f2e 100644 --- a/cad/fritzing/distinfo +++ b/cad/fritzing/distinfo @@ -1,4 +1,5 @@ -SHA256 (fritzing/0.9.2b.tar.gz) = 6e9dbb94a4ca5e23effc2056f471c78913b9efa4c154ced94de8f72bfe29735f -SIZE (fritzing/0.9.2b.tar.gz) = 10913985 -SHA256 (fritzing/0.9.2b.zip) = 88f666926cd68fe74810f31dbb0c95b97a77f869246d0f5516f8f26162154c67 -SIZE (fritzing/0.9.2b.zip) = 22306870 +TIMESTAMP = 1496739838 +SHA256 (fritzing-fritzing-app-0.9.2b_GH0.tar.gz) = 6e9dbb94a4ca5e23effc2056f471c78913b9efa4c154ced94de8f72bfe29735f +SIZE (fritzing-fritzing-app-0.9.2b_GH0.tar.gz) = 10913985 +SHA256 (fritzing-fritzing-parts-0.9.2b_GH0.tar.gz) = 5f5f5e26bfc33911f57b1620912fdf0a834c50d196b930ef70e784f3a447194b +SIZE (fritzing-fritzing-parts-0.9.2b_GH0.tar.gz) = 15924206 diff --git a/databases/mongodb34-rocks/Makefile b/databases/mongodb34-rocks/Makefile index a982a6958043..d243776e9301 100644 --- a/databases/mongodb34-rocks/Makefile +++ b/databases/mongodb34-rocks/Makefile @@ -5,14 +5,12 @@ PORTVERSION= 3.4.4 DISTVERSIONPREFIX= r PORTREVISION= 1 CATEGORIES= databases net -MASTER_SITES= https://fastdl.mongodb.org/src/:main \ - http://fastdl.mongodb.org/src/:main \ - http://download.mongodb.org/src/:main \ - https://github.com/mongodb-partners/mongo-rocks/archive/:module +MASTER_SITES= https://fastdl.mongodb.org/src/ \ + http://fastdl.mongodb.org/src/ \ + http://download.mongodb.org/src/ PKGNAMESUFFIX= ${PORTVERSION:R:S/.//}-rocks DISTNAME= mongodb-src-${DISTVERSIONPREFIX}${PORTVERSION} -DISTFILES= mongodb-src-r${PORTVERSION}.tar.gz:main \ - r${PORTVERSION}.tar.gz:module +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= numisemis@yahoo.com COMMENT= Distributed document-oriented database with a RocksDB Storage Engine @@ -45,6 +43,8 @@ SSL_USE= yes SSL_MAKE_ARGS= --ssl USES= compiler:c++14-lang cpe execinfo python:build scons +USE_GITHUB= nodefault +GH_TUPLE= mongodb-partners:mongo-rocks:r${PORTVERSION}:module/src/mongo/db/modules/rocks WITH_DEBUG=yes MAKE_ARGS= --prefix=${STAGEDIR}${PREFIX} \ @@ -72,10 +72,6 @@ USES+= ssl .include <bsd.port.pre.mk> -post-patch: - @${MKDIR} ${WRKSRC}/src/mongo/db/modules/ - @${LN} -sf ${WRKDIR}/mongo-rocks-r${PORTVERSION} ${WRKSRC}/src/mongo/db/modules/rocks - post-install: .for f in mongo mongod mongoperf mongos ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${f} diff --git a/databases/mongodb34-rocks/distinfo b/databases/mongodb34-rocks/distinfo index b86e02c93442..55e7af3eb7bd 100644 --- a/databases/mongodb34-rocks/distinfo +++ b/databases/mongodb34-rocks/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1493235174 +TIMESTAMP = 1496741213 SHA256 (mongodb-src-r3.4.4.tar.gz) = 09e962bf3428474b9790bbd464cb6176817f9da6121c30e096240dbb4d51c9f6 SIZE (mongodb-src-r3.4.4.tar.gz) = 39867133 -SHA256 (r3.4.4.tar.gz) = ec8ca07013672dad538b0e64c7645fa61ce2f464f8912d412fc89e7649dc3fdc -SIZE (r3.4.4.tar.gz) = 56756 +SHA256 (mongodb-partners-mongo-rocks-r3.4.4_GH0.tar.gz) = ec8ca07013672dad538b0e64c7645fa61ce2f464f8912d412fc89e7649dc3fdc +SIZE (mongodb-partners-mongo-rocks-r3.4.4_GH0.tar.gz) = 56756 diff --git a/databases/redis-devel/Makefile b/databases/redis-devel/Makefile index 70a7154654de..ef8343a456ea 100644 --- a/databases/redis-devel/Makefile +++ b/databases/redis-devel/Makefile @@ -4,10 +4,7 @@ PORTNAME= redis DISTVERSION= 4.0-rc3 CATEGORIES= databases -MASTER_SITES= https://github.com/antirez/redis/archive/ PKGNAMESUFFIX= -devel -DISTNAME= ${DISTVERSION} -DIST_SUBDIR= ${PORTNAME} MAINTAINER= osa@FreeBSD.org COMMENT= Persistent key-value database with built-in net interface @@ -15,6 +12,8 @@ COMMENT= Persistent key-value database with built-in net interface LICENSE= BSD3CLAUSE USES= execinfo +USE_GITHUB= yes +GH_ACCOUNT= antirez OPTIONS_DEFINE= TESTS TRIB OPTIONS_RADIO= EXTLUA @@ -25,8 +24,6 @@ LUAJIT_DESC= Use lang/luajit instead of builtin lua TESTS_DESC= Install lang/tcl for redis unit tests TRIB_DESC= Install redis-trib.rb (lang/ruby req.) -WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} - .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MTRIB} diff --git a/databases/redis-devel/distinfo b/databases/redis-devel/distinfo index 54fe45b4b0e8..459452db337b 100644 --- a/databases/redis-devel/distinfo +++ b/databases/redis-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1493682125 -SHA256 (redis/4.0-rc3.tar.gz) = bc948bcb32dc4ba43412dd791b4bb48c64de9debb797346b9c9f1b2cb98f96f4 -SIZE (redis/4.0-rc3.tar.gz) = 1743279 +TIMESTAMP = 1496741468 +SHA256 (antirez-redis-4.0-rc3_GH0.tar.gz) = bc948bcb32dc4ba43412dd791b4bb48c64de9debb797346b9c9f1b2cb98f96f4 +SIZE (antirez-redis-4.0-rc3_GH0.tar.gz) = 1743279 diff --git a/devel/dub/Makefile b/devel/dub/Makefile index 56966b02ea23..4d91b8e461fb 100644 --- a/devel/dub/Makefile +++ b/devel/dub/Makefile @@ -2,10 +2,8 @@ PORTNAME= dub PORTVERSION= 1.3.0 +DISTVERSIONPREFIX= v CATEGORIES= devel -MASTER_SITES= https://github.com/dlang/dub/archive/ -DISTFILES= v${PORTVERSION}.tar.gz -DIST_SUBDIR= ${PORTNAME} MAINTAINER= acm@FreeBSD.org COMMENT= Package and build manager for D applications and libraries @@ -15,8 +13,11 @@ LIB_DEPENDS= libcurl.so:ftp/curl LICENSE_FILE= ${WRKSRC}/LICENSE.txt +USE_GITHUB= yes +GH_ACCOUNT= dlang + PLIST_FILES= bin/${PORTNAME} \ - %%DATADIR%%/LICENSE + ${DATADIR}/LICENSE post-patch: ${REINPLACE_CMD} -e 's|%%PORTVERSION%%|${PORTVERSION}|g' ${WRKSRC}/source/dub/version_.d diff --git a/devel/dub/distinfo b/devel/dub/distinfo index e928a2c3a4e1..b5e4413c34b0 100644 --- a/devel/dub/distinfo +++ b/devel/dub/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1492799419 -SHA256 (dub/v1.3.0.tar.gz) = 670eae9df5a2bbfbcb8e4b7da4f545188993b1f2a75b1ce26038941f80dbd514 -SIZE (dub/v1.3.0.tar.gz) = 1140166 +TIMESTAMP = 1496741522 +SHA256 (dlang-dub-v1.3.0_GH0.tar.gz) = 670eae9df5a2bbfbcb8e4b7da4f545188993b1f2a75b1ce26038941f80dbd514 +SIZE (dlang-dub-v1.3.0_GH0.tar.gz) = 1140166 diff --git a/devel/umlgraph/Makefile b/devel/umlgraph/Makefile index 2288b0737b4c..8e67523f725d 100644 --- a/devel/umlgraph/Makefile +++ b/devel/umlgraph/Makefile @@ -2,20 +2,21 @@ # $FreeBSD$ PORTNAME= umlgraph -PORTVERSION= 5.7.2 +DISTVERSIONPREFIX= R +DISTVERSION= 5_7_2 CATEGORIES= devel java -MASTER_SITES= https://github.com/dspinellis/UMLGraph/archive/ -DISTNAME= R${PORTVERSION:S/./_/g} MAINTAINER= kevlo@FreeBSD.org COMMENT= Automated drawing of UML diagrams LICENSE= BSD3CLAUSE -WRKSRC= ${WRKDIR}/UMLGraph-${DISTNAME} USE_ANT= yes USE_JAVA= yes JAVA_VERSION= 1.8 +USE_GITHUB= yes +GH_ACCOUNT= dspinellis +GH_PROJECT= UMLGraph BUILD_DEPENDS= dot:graphics/graphviz \ pic2plot:graphics/plotutils diff --git a/devel/umlgraph/distinfo b/devel/umlgraph/distinfo index f56ec3bca93c..cd4aaa1739a6 100644 --- a/devel/umlgraph/distinfo +++ b/devel/umlgraph/distinfo @@ -1,2 +1,3 @@ -SHA256 (R5_7_2.tar.gz) = b4b0c6236c792d9d4d75265c19f3021a7224d388c8995d06cf60785c8eebf22f -SIZE (R5_7_2.tar.gz) = 3200282 +TIMESTAMP = 1496741693 +SHA256 (dspinellis-UMLGraph-R5_7_2_GH0.tar.gz) = b4b0c6236c792d9d4d75265c19f3021a7224d388c8995d06cf60785c8eebf22f +SIZE (dspinellis-UMLGraph-R5_7_2_GH0.tar.gz) = 3200282 diff --git a/emulators/gngeo/Makefile b/emulators/gngeo/Makefile index b379eaea76b7..f7015a9d8814 100644 --- a/emulators/gngeo/Makefile +++ b/emulators/gngeo/Makefile @@ -3,11 +3,10 @@ PORTNAME= gngeo PORTVERSION= 0.8 +DISTVERSIONPREFIX= ${PORTNAME}_ PORTREVISION= 4 CATEGORIES= emulators -MASTER_SITES= https://github.com/pepone42/gngeo/archive/ \ - LOCAL/acm/${PORTNAME} -DISTFILES= ${PORTNAME}_${PORTVERSION}.tar.gz +MASTER_SITES= LOCAL/acm/${PORTNAME} MAINTAINER= acm@FreeBSD.org COMMENT= NeoGeo emulator @@ -17,6 +16,8 @@ LICENSE= GPLv2 USES= autoreconf compiler:features gmake USE_SDL= image sdl USE_GL= yes +USE_GITHUB= yes +GH_ACCOUNT= pepone42 GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-transform-name="" --disable-gp2x @@ -28,7 +29,6 @@ USE_CSTD= gnu89 MAKE_ARGS+= CC_FOR_BUILD=${CC} SUB_FILES= pkg-message -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}_${PORTVERSION} OPTIONS_DEFINE_i386= ASM RAZE STAR OPTIONS_DEFAULT_i386= ASM diff --git a/emulators/gngeo/distinfo b/emulators/gngeo/distinfo index ef40222283c3..bad1177a93ce 100644 --- a/emulators/gngeo/distinfo +++ b/emulators/gngeo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1489817213 -SHA256 (gngeo_0.8.tar.gz) = 6bad892e727f242fca43f6cbb8f136283f8a0c28bcfc5a97495aba59476ade4e -SIZE (gngeo_0.8.tar.gz) = 1128342 +TIMESTAMP = 1496741808 +SHA256 (pepone42-gngeo-gngeo_0.8_GH0.tar.gz) = 6bad892e727f242fca43f6cbb8f136283f8a0c28bcfc5a97495aba59476ade4e +SIZE (pepone42-gngeo-gngeo_0.8_GH0.tar.gz) = 1128342 diff --git a/games/el/Makefile b/games/el/Makefile index 8d5a85ab2789..ccce8c2b95ea 100644 --- a/games/el/Makefile +++ b/games/el/Makefile @@ -6,9 +6,6 @@ PORTVERSION= 1.9.4.3 PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= games -MASTER_SITES= https://github.com/raduprv/Eternal-Lands/archive/ -DISTFILES= ${PORTVERSION}${EXTRACT_SUFX} -DIST_SUBDIR= ${PORTNAME} MAINTAINER= acm@FreeBSD.org COMMENT= Eternal Lands is a free 3D MMORPG @@ -26,11 +23,13 @@ USE_GNOME= libxml2 USE_SDL= sdl net image USE_GL= yes USE_XORG= x11 +USE_GITHUB= yes +GH_ACCOUNT= raduprv +GH_PROJECT= Eternal-Lands LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} -lX11 ALL_TARGET= el.bin MAKEFILE= Makefile.bsd -WRKSRC= ${WRKDIR}/Eternal-Lands-${PORTVERSION} PLIST_FILES= bin/el \ %%DATADIR%%/el.bin diff --git a/games/el/distinfo b/games/el/distinfo index 102b1924ab7f..64be58f8cf60 100644 --- a/games/el/distinfo +++ b/games/el/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1494520973 -SHA256 (el/1.9.4.3.tar.gz) = 40f46b6a79af480dd39a4333ca54486d6a706f39506f3c25220307431e49bcc5 -SIZE (el/1.9.4.3.tar.gz) = 2808743 +TIMESTAMP = 1496750892 +SHA256 (raduprv-Eternal-Lands-1.9.4.3_GH0.tar.gz) = 40f46b6a79af480dd39a4333ca54486d6a706f39506f3c25220307431e49bcc5 +SIZE (raduprv-Eternal-Lands-1.9.4.3_GH0.tar.gz) = 2808743 diff --git a/games/jfsw/Makefile b/games/jfsw/Makefile index c01f1e0e00c8..1cf0be56e38f 100644 --- a/games/jfsw/Makefile +++ b/games/jfsw/Makefile @@ -5,14 +5,6 @@ PORTNAME= jfsw PORTVERSION= 20131019 PORTREVISION= 2 CATEGORIES= games -MASTER_SITES= https://github.com/jonof/${PORTNAME}/archive/${JFSW_COMMIT}.tar.gz?dummy=/ \ - https://github.com/jonof/jfbuild/archive/${JFBUILD_COMMIT}.tar.gz?dummy=/ \ - https://github.com/jonof/jfaudiolib/archive/${JFAUDIO_COMMIT}.tar.gz?dummy=/ \ - https://github.com/jonof/jfmact/archive/${JFMACT_COMMIT}.tar.gz?dummy=/ -DISTFILES= ${PORTNAME}-${JFSW_COMMIT}.tar.gz \ - jfbuild-${JFBUILD_COMMIT}.tar.gz \ - jfaudiolib-${JFAUDIO_COMMIT}.tar.gz \ - jfmact-${JFMACT_COMMIT}.tar.gz MAINTAINER= martymac@FreeBSD.org COMMENT= Jonathon Fowler's Shadow Warrior Port @@ -25,10 +17,14 @@ LICENSE_PERMS_BuildLic= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-acc LIB_DEPENDS= libvorbisfile.so:audio/libvorbis -JFSW_COMMIT= 5cff6a81708ff053b569ba4400fba073afe207fe -JFBUILD_COMMIT= a73583184aca466cebde152db2ce1020591d7049 -JFAUDIO_COMMIT= a39ccf5e95961952d27754a255940be1d76ce85e -JFMACT_COMMIT= b1071da75cd465f59257240e5dbc60a014580190 +USE_GITHUB= yes +GH_ACCOUNT= jonof +GH_PROJECT= jfbuild:build jfaudiolib:audio jfmact:mact +GH_TAGNAME= 5cff6a81708ff053b569ba4400fba073afe207fe \ + a73583184aca466cebde152db2ce1020591d7049:build \ + a39ccf5e95961952d27754a255940be1d76ce85e:audio \ + b1071da75cd465f59257240e5dbc60a014580190:mact +GH_SUBDIR= jfbuild:build jfaudiolib:audio jfmact:mact USE_GL= gl USE_GNOME= gtk20 @@ -39,7 +35,6 @@ DOS2UNIX_REGEX= .*(\.(c|h)|Makefile)(\.deps)? NO_CDROM= Must be distributed only through the Internet and free of charge -WRKSRC= ${WRKDIR}/${PORTNAME}-${JFSW_COMMIT} MAKE_ENV+= DATADIR="${DATADIR}" \ NOASM=1 \ LINKED_GTK=1 @@ -48,13 +43,6 @@ SUB_FILES= pkg-message PORTDOCS= readme.txt releasenotes.html -post-extract: - @(cd ${WRKSRC} && \ - ${RMDIR} jfbuild jfaudiolib jfmact && \ - ${LN} -sf ${WRKDIR}/jfbuild-${JFBUILD_COMMIT} jfbuild && \ - ${LN} -sf ${WRKDIR}/jfaudiolib-${JFAUDIO_COMMIT} jfaudiolib && \ - ${LN} -sf ${WRKDIR}/jfmact-${JFMACT_COMMIT} jfmact) - post-patch: @${REINPLACE_CMD} 's|/usr/X11R6|${LOCALBASE}|' \ ${WRKSRC}/jfbuild/Makefile diff --git a/games/jfsw/distinfo b/games/jfsw/distinfo index f4cd910a1532..5d99db04e3ec 100644 --- a/games/jfsw/distinfo +++ b/games/jfsw/distinfo @@ -1,8 +1,9 @@ -SHA256 (jfsw-5cff6a81708ff053b569ba4400fba073afe207fe.tar.gz) = 605a84a06de4c5f1ea5e0603e39a55c9eaa4421f9d8138fe0fa49c2059a59b48 -SIZE (jfsw-5cff6a81708ff053b569ba4400fba073afe207fe.tar.gz) = 1393801 -SHA256 (jfbuild-a73583184aca466cebde152db2ce1020591d7049.tar.gz) = 1a9669d5fc8940c20d7169f524a6e3b99944ff0fd4c75479bbf98e4f2b1a94e2 -SIZE (jfbuild-a73583184aca466cebde152db2ce1020591d7049.tar.gz) = 1434766 -SHA256 (jfaudiolib-a39ccf5e95961952d27754a255940be1d76ce85e.tar.gz) = 1469349178a6cfe8b5b46e5ebc86697d733c9c51b98453f3705095b5bc99ec3c -SIZE (jfaudiolib-a39ccf5e95961952d27754a255940be1d76ce85e.tar.gz) = 1041164 -SHA256 (jfmact-b1071da75cd465f59257240e5dbc60a014580190.tar.gz) = 61f98c885995d5d7c1f7bb7315eed118f95b53312ad7dfbd190006ba3446ee24 -SIZE (jfmact-b1071da75cd465f59257240e5dbc60a014580190.tar.gz) = 25410 +TIMESTAMP = 1496751228 +SHA256 (jonof-jfsw-20131019-5cff6a81708ff053b569ba4400fba073afe207fe_GH0.tar.gz) = 605a84a06de4c5f1ea5e0603e39a55c9eaa4421f9d8138fe0fa49c2059a59b48 +SIZE (jonof-jfsw-20131019-5cff6a81708ff053b569ba4400fba073afe207fe_GH0.tar.gz) = 1393801 +SHA256 (jonof-jfbuild-a73583184aca466cebde152db2ce1020591d7049_GH0.tar.gz) = 1a9669d5fc8940c20d7169f524a6e3b99944ff0fd4c75479bbf98e4f2b1a94e2 +SIZE (jonof-jfbuild-a73583184aca466cebde152db2ce1020591d7049_GH0.tar.gz) = 1434766 +SHA256 (jonof-jfaudiolib-a39ccf5e95961952d27754a255940be1d76ce85e_GH0.tar.gz) = 1469349178a6cfe8b5b46e5ebc86697d733c9c51b98453f3705095b5bc99ec3c +SIZE (jonof-jfaudiolib-a39ccf5e95961952d27754a255940be1d76ce85e_GH0.tar.gz) = 1041164 +SHA256 (jonof-jfmact-b1071da75cd465f59257240e5dbc60a014580190_GH0.tar.gz) = 61f98c885995d5d7c1f7bb7315eed118f95b53312ad7dfbd190006ba3446ee24 +SIZE (jonof-jfmact-b1071da75cd465f59257240e5dbc60a014580190_GH0.tar.gz) = 25410 diff --git a/games/py-fife/Makefile b/games/py-fife/Makefile index 752a1a3c77fe..d1e19bffc448 100644 --- a/games/py-fife/Makefile +++ b/games/py-fife/Makefile @@ -5,9 +5,7 @@ PORTNAME= fife PORTVERSION= 0.4.1 PORTREVISION= 2 CATEGORIES= games -MASTER_SITES= https://github.com/fifengine/fifengine/archive/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTFILES= ${PORTVERSION}.tar.gz MAINTAINER= fiziologus@gmail.com COMMENT= Flexible Isometric Free Engine @@ -26,7 +24,9 @@ USE_GL= gl USE_SDL= sdl2 ttf2 image2 USE_XORG= xcursor -WRKSRC= ${WRKDIR}/fifengine-${PORTVERSION} +USE_GITHUB= yes +GH_ACCOUNT= fifengine +GH_PROJECT= fifengine OPTIONS_DEFINE= ZIP LOGGING diff --git a/games/py-fife/distinfo b/games/py-fife/distinfo index 16d42c75487b..b8aabd4830e6 100644 --- a/games/py-fife/distinfo +++ b/games/py-fife/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1487860054 -SHA256 (0.4.1.tar.gz) = bae3fc591cc2891f7d1b3a656a5d8ad700ecc2e297ad453bf4f1bcbbf82e8cb2 -SIZE (0.4.1.tar.gz) = 15972607 +TIMESTAMP = 1496751325 +SHA256 (fifengine-fifengine-0.4.1_GH0.tar.gz) = bae3fc591cc2891f7d1b3a656a5d8ad700ecc2e297ad453bf4f1bcbbf82e8cb2 +SIZE (fifengine-fifengine-0.4.1_GH0.tar.gz) = 15972607 diff --git a/irc/hexchat/Makefile b/irc/hexchat/Makefile index ab47c2a22679..87da7f362c31 100644 --- a/irc/hexchat/Makefile +++ b/irc/hexchat/Makefile @@ -3,9 +3,8 @@ PORTNAME= hexchat PORTVERSION= 2.12.4 +DISTVERSIONPREFIX= v CATEGORIES= irc gnome ipv6 -MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/archive/ -DISTNAME= v${PORTVERSION} MAINTAINER= pkubaj@anongoth.pl COMMENT= IRC chat program with GTK and Text Frontend @@ -19,11 +18,10 @@ LIB_DEPENDS= libproxy.so:net/libproxy \ libdbus-1.so:devel/dbus \ libfreetype.so:print/freetype2 -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - USES= autoreconf gmake desktop-file-utils libtool pkgconfig ssl USE_GNOME= cairo gtk20 intltool libxml2 USE_XORG= x11 +USE_GITHUB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-openssl --enable-gtkfe --disable-sysinfo \ --with-pkgconfigdir=${LOCALBASE}/libdata/pkgconfig \ diff --git a/irc/hexchat/distinfo b/irc/hexchat/distinfo index 09cbd528b6da..601a571c14e4 100644 --- a/irc/hexchat/distinfo +++ b/irc/hexchat/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1481549280 -SHA256 (v2.12.4.tar.gz) = eb9ebe45b1c9e39543517b48d63caa2f2736e82a8dbbd1da96132070752f8084 -SIZE (v2.12.4.tar.gz) = 2780008 +TIMESTAMP = 1496752085 +SHA256 (hexchat-hexchat-v2.12.4_GH0.tar.gz) = eb9ebe45b1c9e39543517b48d63caa2f2736e82a8dbbd1da96132070752f8084 +SIZE (hexchat-hexchat-v2.12.4_GH0.tar.gz) = 2780008 diff --git a/mail/libmapi/Makefile b/mail/libmapi/Makefile index 80a966060ea8..61bee50daa8f 100644 --- a/mail/libmapi/Makefile +++ b/mail/libmapi/Makefile @@ -3,10 +3,10 @@ PORTNAME= libmapi PORTVERSION= 2.3 +DISTVERSIONPREFIX= openchange- +DISTVERSIONSUFFIX= -VULCAN PORTREVISION= 8 CATEGORIES= mail -MASTER_SITES= https://github.com/openchange/openchange/archive/ -DISTNAME= openchange-${PORTVERSION}-${CODENAME} MAINTAINER= kwm@FreeBSD.org COMMENT= Open Source implementation of Microsoft Exchange protocols @@ -23,14 +23,14 @@ LIB_DEPENDS= libical.so:devel/libical \ libtalloc.so:devel/talloc RUN_DEPENDS= ${SAMBA_DEP} -CODENAME= VULCAN -WRKSRC= ${WRKDIR}/openchange-openchange-${PORTVERSION}-${CODENAME} - USE_MYSQL= yes USES= autoreconf:build bison compiler:c++11-lib gmake pathfix \ pkgconfig python samba:lib shebangfix sqlite PATHFIX_MAKEFILEIN= Makefile USE_LDCONFIG= yes +USE_GITHUB= yes +GH_ACCOUNT= openchange +GH_PROJECT= openchange GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/mail/libmapi/distinfo b/mail/libmapi/distinfo index 257931c34669..e5a6a7aa9138 100644 --- a/mail/libmapi/distinfo +++ b/mail/libmapi/distinfo @@ -1,2 +1,3 @@ -SHA256 (openchange-2.3-VULCAN.tar.gz) = 46ffdc779bb7bf6a823f6d1a78c5ca3f5548b981ad90164214a68279b403a05e -SIZE (openchange-2.3-VULCAN.tar.gz) = 2088008 +TIMESTAMP = 1496752330 +SHA256 (openchange-openchange-openchange-2.3-VULCAN_GH0.tar.gz) = 46ffdc779bb7bf6a823f6d1a78c5ca3f5548b981ad90164214a68279b403a05e +SIZE (openchange-openchange-openchange-2.3-VULCAN_GH0.tar.gz) = 2088008 diff --git a/multimedia/tovid/Makefile b/multimedia/tovid/Makefile index cb6323afd33d..a06a6a52e1d7 100644 --- a/multimedia/tovid/Makefile +++ b/multimedia/tovid/Makefile @@ -3,9 +3,9 @@ PORTNAME= tovid PORTVERSION= 0.35.2 +DISTVERSIONPREFIX= tovid- PORTREVISION= 2 CATEGORIES= multimedia python -MASTER_SITES= https://github.com//tovid-suite/tovid/archive/ MAINTAINER= grepper@gmail.com COMMENT= Suite of tools for making DVD video disks @@ -29,6 +29,8 @@ RUN_DEPENDS= mplayer:multimedia/mplayer \ USES= python USE_PYTHON= autoplist distutils +USE_GITHUB= yes +GH_ACCOUNT= tovid-suite PYDISTUTILS_INSTALLNOSINGLE= yes @@ -42,7 +44,4 @@ TRANSCODE_DESC= Faster seeks when making menus. Needs mjpegtools enabled. TRANSCODE_RUN_DEPENDS= transcode:multimedia/transcode -post-extract: - ${MV} ${WRKDIR}/${PORTNAME}-${PORTNAME}-${PORTVERSION} ${WRKDIR}/${PORTNAME}-${PORTVERSION} - .include <bsd.port.mk> diff --git a/multimedia/tovid/distinfo b/multimedia/tovid/distinfo index 4ddfb0868143..bba5aff8305b 100644 --- a/multimedia/tovid/distinfo +++ b/multimedia/tovid/distinfo @@ -1,2 +1,3 @@ -SHA256 (tovid-0.35.2.tar.gz) = be6f540d7f36bd44bf19814fc4457a1586ffe5975a7b6cc324c377597624e674 -SIZE (tovid-0.35.2.tar.gz) = 527359 +TIMESTAMP = 1496752499 +SHA256 (tovid-suite-tovid-tovid-0.35.2_GH0.tar.gz) = be6f540d7f36bd44bf19814fc4457a1586ffe5975a7b6cc324c377597624e674 +SIZE (tovid-suite-tovid-tovid-0.35.2_GH0.tar.gz) = 527359 diff --git a/net-mgmt/networkmgr/Makefile b/net-mgmt/networkmgr/Makefile index ffc250d770cd..06da8b4462d1 100644 --- a/net-mgmt/networkmgr/Makefile +++ b/net-mgmt/networkmgr/Makefile @@ -4,7 +4,6 @@ PORTNAME= networkmgr PORTVERSION= 2.2 CATEGORIES= net-mgmt -MASTER_SITES= http://github.com/GhostBSD/${PORTNAME}/archive/ MAINTAINER= ericturgeon.bsd@gmail.com COMMENT= FreeBSD/GhostBSD network conection manager diff --git a/security/enchive/Makefile b/security/enchive/Makefile index 9c3a9002be86..a5594fad2fec 100644 --- a/security/enchive/Makefile +++ b/security/enchive/Makefile @@ -3,8 +3,6 @@ PORTNAME= enchive PORTVERSION= 3.2 CATEGORIES= security -MASTER_SITES= https://github.com/skeeto/enchive/archive/ -DISTFILES= ${PORTVERSION}.tar.gz MAINTAINER= acm@FreeBSD.org COMMENT= Tool to encrypt files to yourself for long-term archival @@ -13,6 +11,9 @@ LICENSE= PD LICENSE_FILE= ${WRKSRC}/UNLICENSE USES= gmake +USE_GITHUB= yes +GH_ACCOUNT= skeeto + ALL_TARGET= ${PORTNAME} PLIST_FILES= bin/${PORTNAME} \ diff --git a/security/enchive/distinfo b/security/enchive/distinfo index 0c7b2a1a5432..fa621b3f07bb 100644 --- a/security/enchive/distinfo +++ b/security/enchive/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1492799602 -SHA256 (3.2.tar.gz) = 1bd31ccff26a06cf7e86ba5143496f300b6cf6d432f26f34670483b9dfb947a2 -SIZE (3.2.tar.gz) = 29577 +TIMESTAMP = 1496752755 +SHA256 (skeeto-enchive-3.2_GH0.tar.gz) = 1bd31ccff26a06cf7e86ba5143496f300b6cf6d432f26f34670483b9dfb947a2 +SIZE (skeeto-enchive-3.2_GH0.tar.gz) = 29577 diff --git a/sysutils/rdup/Makefile b/sysutils/rdup/Makefile index 8e4aaa01ba1d..2d22a2546626 100644 --- a/sysutils/rdup/Makefile +++ b/sysutils/rdup/Makefile @@ -4,9 +4,6 @@ PORTNAME= rdup PORTVERSION= 1.1.15 CATEGORIES= sysutils -MASTER_SITES= https://github.com/miekg/rdup/archive/ -DISTNAME= ${PORTVERSION} -DIST_SUBDIR= ${PORTNAME} MAINTAINER= rm@FreeBSD.org COMMENT= Tool to generate (incremental) backup file list @@ -17,9 +14,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libpcre.so:devel/pcre \ libnettle.so:security/nettle -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USES= autoreconf gmake libarchive pkgconfig USE_GNOME= glib20 +USE_GITHUB= yes +GH_ACCOUNT= miekg + GNU_CONFIGURE= yes INSTALL_TARGET= install-strip MAKEFILE= GNUmakefile diff --git a/sysutils/rdup/distinfo b/sysutils/rdup/distinfo index fe6ba0bd4125..9edb38067fee 100644 --- a/sysutils/rdup/distinfo +++ b/sysutils/rdup/distinfo @@ -1,2 +1,3 @@ -SHA256 (rdup/1.1.15.tar.gz) = 787b8c37e88be810a710210a9d9f6966b544b1389a738aadba3903c71e0c29cb -SIZE (rdup/1.1.15.tar.gz) = 333646 +TIMESTAMP = 1496752813 +SHA256 (miekg-rdup-1.1.15_GH0.tar.gz) = 787b8c37e88be810a710210a9d9f6966b544b1389a738aadba3903c71e0c29cb +SIZE (miekg-rdup-1.1.15_GH0.tar.gz) = 333646 diff --git a/sysutils/zbackup/Makefile b/sysutils/zbackup/Makefile index 6e2f7d42a5c1..6852e38d9c10 100644 --- a/sysutils/zbackup/Makefile +++ b/sysutils/zbackup/Makefile @@ -4,8 +4,6 @@ PORTNAME= zbackup PORTVERSION= 1.4.4 PORTREVISION= 3 CATEGORIES= sysutils -MASTER_SITES= https://github.com/zbackup/zbackup/archive/ -DISTNAME= ${PORTVERSION} MAINTAINER= kevlo@FreeBSD.org COMMENT= Versatile deduplicating backup tool @@ -18,8 +16,7 @@ LIB_DEPENDS= libprotobuf.so:devel/protobuf \ BROKEN_powerpc64= fails to compile: metadata_lite.h: class 'google::protobuf::internal::InternalMetadataWithArenaLite' does not have any field named 'InternalMetadataWithArenaBase' USES= alias cmake ssl - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +USE_GITHUB= yes OPTIONS_DEFINE= DOCS diff --git a/sysutils/zbackup/distinfo b/sysutils/zbackup/distinfo index ae1d55fb0184..d8bf920ddbe9 100644 --- a/sysutils/zbackup/distinfo +++ b/sysutils/zbackup/distinfo @@ -1,2 +1,3 @@ -SHA256 (1.4.4.tar.gz) = efccccd2a045da91576c591968374379da1dc4ca2e3dec4d3f8f12628fa29a85 -SIZE (1.4.4.tar.gz) = 87118 +TIMESTAMP = 1496753412 +SHA256 (zbackup-zbackup-1.4.4_GH0.tar.gz) = efccccd2a045da91576c591968374379da1dc4ca2e3dec4d3f8f12628fa29a85 +SIZE (zbackup-zbackup-1.4.4_GH0.tar.gz) = 87118 diff --git a/www/calendarserver/Makefile b/www/calendarserver/Makefile index 11dd6c871f60..662773b5107f 100644 --- a/www/calendarserver/Makefile +++ b/www/calendarserver/Makefile @@ -2,10 +2,9 @@ PORTNAME= calendarserver PORTVERSION= 9.0 +DISTVERSIONPREFIX= CalendarServer- CATEGORIES= www python -MASTER_SITES= https://github.com/apple/ccs-calendarserver/archive/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= CalendarServer-${PORTVERSION} MAINTAINER= axel.rau@chaos1.de COMMENT= Calendar and Contacts Server from Apple (RFC 4791, RFC 6352) @@ -35,6 +34,10 @@ OPTIONS_DEFINE= DOCS EXAMPLES USES= pgsql:9.1+ python:2.7 USE_PYTHON= autoplist distutils +USE_GITHUB= yes +GH_ACCOUNT= apple +GH_PROJECT= ccs-calendarserver + NO_ARCH=yes SUB_FILES= pkg-message @@ -53,7 +56,6 @@ PLIST_SUB= USER=${USERS} GROUP=${GROUPS} \ DBDIR=${DBDIR} \ LOGDIR=${LOGDIR} \ RUNDIR=${RUNDIR} -WRKSRC= ${WRKDIR}/ccs-calendarserver-CalendarServer-9.0 CALDAVD_USER= caldavd USERS= ${CALDAVD_USER} diff --git a/www/calendarserver/distinfo b/www/calendarserver/distinfo index 616d2c3a633d..fadba048b963 100644 --- a/www/calendarserver/distinfo +++ b/www/calendarserver/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1478804474 -SHA256 (CalendarServer-9.0.tar.gz) = 557f0497d9b112040ebb3d40556ae2e1a6d6391069a928926ac3c0abea45d836 -SIZE (CalendarServer-9.0.tar.gz) = 4836315 +TIMESTAMP = 1496753993 +SHA256 (apple-ccs-calendarserver-CalendarServer-9.0_GH0.tar.gz) = 557f0497d9b112040ebb3d40556ae2e1a6d6391069a928926ac3c0abea45d836 +SIZE (apple-ccs-calendarserver-CalendarServer-9.0_GH0.tar.gz) = 4836315 diff --git a/www/mitmproxy/Makefile b/www/mitmproxy/Makefile index 4705c1ca383a..3bd4f8174632 100644 --- a/www/mitmproxy/Makefile +++ b/www/mitmproxy/Makefile @@ -3,9 +3,8 @@ PORTNAME= mitmproxy PORTVERSION= 2.0.1 +DISTVERSIONPREFIX= v CATEGORIES= www python -MASTER_SITES= http://github.com/mitmproxy/mitmproxy/archive/ -DISTFILES= v${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= gaod@hychen.org COMMENT= SSL-capable man-in-the-middle proxy @@ -42,6 +41,7 @@ BROKEN= fails in dependency check: mitmproxy-2.0.1 depends on package: py36-bli USES= python:3.5+ USE_PYTHON= distutils autoplist NO_ARCH= yes +USE_GITHUB= yes post-extract: @${REINPLACE_CMD} -e 's/brotlipy/brotli/' -e 's/, <.*",/",/' ${WRKSRC}/setup.py diff --git a/www/mitmproxy/distinfo b/www/mitmproxy/distinfo index 0af8ed69a582..af130903b096 100644 --- a/www/mitmproxy/distinfo +++ b/www/mitmproxy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1491955196 -SHA256 (v2.0.1.tar.gz) = b0ccc49924762ea78290d62c463be8c041f1837f9005f583ad09c47122547e9d -SIZE (v2.0.1.tar.gz) = 28498142 +TIMESTAMP = 1496739322 +SHA256 (mitmproxy-mitmproxy-v2.0.1_GH0.tar.gz) = b0ccc49924762ea78290d62c463be8c041f1837f9005f583ad09c47122547e9d +SIZE (mitmproxy-mitmproxy-v2.0.1_GH0.tar.gz) = 28498142 |