svn commit: r404743 - in head: archivers/brotli archivers/liblz4 astro/wmjupiter astro/wmsolar audio/praat audio/xmms2 benchmarks/smhasher biology/fastx-toolkit biology/lamarc biology/libgtextutils...
Mathieu Arnold
mat at FreeBSD.org
Tue Dec 29 14:30:57 UTC 2015
Author: mat
Date: Tue Dec 29 14:30:46 2015
New Revision: 404743
URL: https://svnweb.freebsd.org/changeset/ports/404743
Log:
Cleanup GH_* and variables order.
Sponsored by: Absolight
Modified:
head/archivers/brotli/Makefile
head/archivers/liblz4/Makefile
head/astro/wmjupiter/Makefile
head/astro/wmsolar/Makefile
head/audio/praat/Makefile
head/audio/praat/distinfo
head/audio/xmms2/Makefile
head/benchmarks/smhasher/Makefile
head/biology/fastx-toolkit/Makefile
head/biology/lamarc/Makefile
head/biology/libgtextutils/Makefile
head/cad/ghdl/Makefile
head/comms/cqrlog/Makefile
head/comms/dump1090_mr/Makefile
head/comms/geoid/Makefile
head/databases/gomdb/Makefile
head/databases/jlog/Makefile
head/databases/levigo/Makefile
head/databases/mysql-workbench52/Makefile
head/databases/py-MySQLdb/Makefile
head/databases/sqlbuddy/Makefile
head/databases/sqlcipher/Makefile
head/deskutils/gnome-shell-extension-lockkeys/Makefile
head/deskutils/gnome-shell-extension-openweather/Makefile
head/deskutils/gnome-shell-extension-panel-osd/Makefile
head/deskutils/gnome-shell-extension-weather/Makefile
head/devel/aegis/Makefile
head/devel/caf/Makefile
head/devel/cc65/Makefile
head/devel/dmake/Makefile
head/devel/erlang-gpb/Makefile
head/devel/fossil/Makefile
head/devel/godep/Makefile
head/devel/ivykis/Makefile
head/devel/liblas/Makefile
head/devel/libnaji/Makefile
head/devel/msgpuck/Makefile
head/devel/oniguruma5/Makefile
head/devel/rapidjson/Makefile
head/devel/rlwrap/Makefile
head/devel/unibilium/Makefile
head/devel/valgrind-devel/Makefile
head/devel/valgrind/Makefile
head/emulators/dynamips-community/Makefile
head/games/2048/Makefile
head/games/3omns/Makefile
head/games/corsix-th/Makefile
head/games/craft/Makefile
head/games/jaggedalliance2/Makefile
head/games/openclonk/Makefile
head/games/solarus-quest-editor/Makefile
head/games/teg/Makefile
head/games/traingame/Makefile
head/games/trigger-rally/Makefile
head/games/ultimatestunts/Makefile
head/german/wordpress/Makefile
head/lang/libobjc2/Makefile
head/mail/roundcube-automatic_addressbook/Makefile
head/mail/roundcube-html5_notifier/Makefile
head/math/pdal/Makefile
head/multimedia/libde265/Makefile
head/multimedia/vdr-plugin-vnsiserver/Makefile
head/net-im/tox/Makefile
head/net-p2p/namecoin/Makefile
head/net/beanstalkd/Makefile
head/net/dpinger/Makefile
head/net/dpinger/distinfo
head/net/freerdp/Makefile
head/net/go-geoip/Makefile
head/net/sflowtool/Makefile
head/net/torsocks/Makefile
head/ports-mgmt/py-pytoport/Makefile
head/science/2d-rewriter/Makefile
head/security/pulledpork/Makefile
head/security/py-crits/Makefile
head/security/py-gpsoauth/Makefile
head/security/s2n/Makefile
head/sysutils/bareos-server/Makefile
head/sysutils/cronolog/Makefile
head/textproc/smu/Makefile
head/www/kannel-sqlbox/Makefile
head/www/tidy-html5/Makefile
head/x11-clocks/wmbinclock/Makefile
head/x11-fonts/junction/Makefile
Modified: head/archivers/brotli/Makefile
==============================================================================
--- head/archivers/brotli/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/archivers/brotli/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -3,8 +3,8 @@
PORTNAME= brotli
PORTVERSION= 0.2.0
-PORTREVISION= 1
DISTVERSIONPREFIX= v
+PORTREVISION= 1
CATEGORIES= archivers
MAINTAINER= sunpoet at FreeBSD.org
Modified: head/archivers/liblz4/Makefile
==============================================================================
--- head/archivers/liblz4/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/archivers/liblz4/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -16,7 +16,6 @@ LICENSE_COMB= multi
USE_GITHUB= yes
GH_ACCOUNT= Cyan4973
-WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSIONPREFIX}${PORTVERSION}
USES= gmake pkgconfig
USE_LDCONFIG= yes
Modified: head/astro/wmjupiter/Makefile
==============================================================================
--- head/astro/wmjupiter/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/astro/wmjupiter/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -13,7 +13,6 @@ LICENSE_COMB= dual
USE_GITHUB= yes
GH_ACCOUNT= engerim42
-GH_PROJECT= ${PORTNAME}
PLIST_FILES= bin/wmJupiter
USE_XORG= x11 xext xpm
Modified: head/astro/wmsolar/Makefile
==============================================================================
--- head/astro/wmsolar/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/astro/wmsolar/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -12,7 +12,6 @@ LICENSE= GPLv2
USE_GITHUB= yes
GH_ACCOUNT= engerim42
-GH_PROJECT= ${PORTNAME}
PLIST_FILES= bin/wmSolar
USE_XORG= x11 xext xpm
Modified: head/audio/praat/Makefile
==============================================================================
--- head/audio/praat/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/audio/praat/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -3,6 +3,7 @@
PORTNAME= praat
PORTVERSION= 5.4.08
+DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= audio science
@@ -12,9 +13,6 @@ COMMENT= Phonetics by Computer
LICENSE= GPLv2
USE_GITHUB= yes
-GH_ACCOUNT= praat
-GH_PROJECT= praat
-GH_TAGNAME= v${PORTVERSION}
DOS2UNIX_REGEX= .*Makefile
USES= dos2unix iconv pkgconfig
USE_GNOME= gtk20
Modified: head/audio/praat/distinfo
==============================================================================
--- head/audio/praat/distinfo Tue Dec 29 14:23:58 2015 (r404742)
+++ head/audio/praat/distinfo Tue Dec 29 14:30:46 2015 (r404743)
@@ -1,2 +1,2 @@
-SHA256 (praat-praat-5.4.08-v5.4.08_GH0.tar.gz) = 820f6c6e43a46c565778c2494fef6de3b0c5100e78ae5e2979194619c332e165
-SIZE (praat-praat-5.4.08-v5.4.08_GH0.tar.gz) = 6973960
+SHA256 (praat-praat-v5.4.08_GH0.tar.gz) = 820f6c6e43a46c565778c2494fef6de3b0c5100e78ae5e2979194619c332e165
+SIZE (praat-praat-v5.4.08_GH0.tar.gz) = 6973960
Modified: head/audio/xmms2/Makefile
==============================================================================
--- head/audio/xmms2/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/audio/xmms2/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -3,7 +3,7 @@
PORTNAME?= xmms2
PORTVERSION= 0.8
-DISTVERSIONSUFFIX=DrO_o
+DISTVERSIONSUFFIX= DrO_o
PORTREVISION?= 17
CATEGORIES?= audio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20${DISTVERSIONSUFFIX}
Modified: head/benchmarks/smhasher/Makefile
==============================================================================
--- head/benchmarks/smhasher/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/benchmarks/smhasher/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -3,6 +3,7 @@
PORTNAME= smhasher
PORTVERSION= 1.0
+DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= benchmarks
@@ -13,8 +14,6 @@ LICENSE= MIT
USE_GITHUB= yes
GH_ACCOUNT= gvnn3
-GH_PROJECT= smhasher
-DISTVERSIONPREFIX= v
USES= cmake
Modified: head/biology/fastx-toolkit/Makefile
==============================================================================
--- head/biology/fastx-toolkit/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/biology/fastx-toolkit/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -18,7 +18,6 @@ SHEBANG_FILES= scripts/*.pl
USE_GITHUB= yes
GH_ACCOUNT= agordon
-GH_PROJECT= ${PORTNAME}
GNU_CONFIGURE= yes
Modified: head/biology/lamarc/Makefile
==============================================================================
--- head/biology/lamarc/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/biology/lamarc/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -3,8 +3,8 @@
PORTNAME= lamarc
PORTVERSION= 2.1.8
-PORTREVISION= 1
DISTVERSIONSUFFIX= -src
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= biology
MASTER_SITES= http://evolution.genetics.washington.edu/lamarc/download/
Modified: head/biology/libgtextutils/Makefile
==============================================================================
--- head/biology/libgtextutils/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/biology/libgtextutils/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -16,7 +16,6 @@ USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= agordon
-GH_PROJECT= libgtextutils
INSTALL_TARGET= install-strip
Modified: head/cad/ghdl/Makefile
==============================================================================
--- head/cad/ghdl/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/cad/ghdl/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -20,7 +20,6 @@ LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/
USES= ada gmake
USE_GITHUB= yes
GH_ACCOUNT= tgingold
-GH_PROJECT= ghdl
GNU_CONFIGURE= yes
GCCVER= 4.9.2
Modified: head/comms/cqrlog/Makefile
==============================================================================
--- head/comms/cqrlog/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/comms/cqrlog/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -3,8 +3,8 @@
PORTNAME= cqrlog
PORTVERSION= 1.9.0
-PORTREVISION= 5
DISTVERSIONPREFIX= v
+PORTREVISION= 5
CATEGORIES= comms hamradio
MAINTAINER= hamradio at FreeBSD.org
Modified: head/comms/dump1090_mr/Makefile
==============================================================================
--- head/comms/dump1090_mr/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/comms/dump1090_mr/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -2,6 +2,7 @@
PORTNAME= dump1090_mr
PORTVERSION= 1.15
+DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= comms
@@ -14,8 +15,6 @@ LICENSE= BSD3CLAUSE
LIB_DEPENDS= librtlsdr.so:${PORTSDIR}/comms/rtl-sdr
-DISTVERSIONPREFIX= v
-
USE_GITHUB= yes
GH_ACCOUNT= flightaware
Modified: head/comms/geoid/Makefile
==============================================================================
--- head/comms/geoid/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/comms/geoid/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -2,8 +2,8 @@
PORTNAME= geoid
PORTVERSION= 1.0
-PORTREVISION= 7
DISTVERSIONSUFFIX= .src
+PORTREVISION= 7
CATEGORIES= comms hamradio
MASTER_SITES= http://www.w1hkj.com/LinuxApps/ \
LOCAL/db
Modified: head/databases/gomdb/Makefile
==============================================================================
--- head/databases/gomdb/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/databases/gomdb/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -17,7 +17,6 @@ USES= compiler
USE_GITHUB= yes
GH_ACCOUNT= szferi
-GH_PROJECT= gomdb
GH_TAGNAME= 6bcb5a
.include <bsd.port.pre.mk>
Modified: head/databases/jlog/Makefile
==============================================================================
--- head/databases/jlog/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/databases/jlog/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -16,7 +16,6 @@ BUILD_DEPENDS= autoconf-2.13:${PORTSDIR}
USE_GITHUB= yes
GH_ACCOUNT= omniti-labs
# cf3085fe contains c++ fixes and other additions over the 1.2.2 release
-GH_PROJECT= ${PORTNAME}
GH_TAGNAME= cf3085f
GNU_CONFIGURE= yes
Modified: head/databases/levigo/Makefile
==============================================================================
--- head/databases/levigo/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/databases/levigo/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -18,7 +18,6 @@ USES= compiler
USE_GITHUB= yes
GH_ACCOUNT= jmhodges
-GH_PROJECT= levigo
GH_TAGNAME= 1ddad808d4
BROKEN_FreeBSD_8= Build has leftover /readelf.core, PR 194986
Modified: head/databases/mysql-workbench52/Makefile
==============================================================================
--- head/databases/mysql-workbench52/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/databases/mysql-workbench52/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -3,8 +3,8 @@
PORTNAME= mysql-workbench-gpl
PORTVERSION= 5.2.47
-PORTREVISION= 7
DISTVERSIONSUFFIX= -src
+PORTREVISION= 7
CATEGORIES= databases
MASTER_SITES= MYSQL/MySQLGUITools
PKGNAMESUFFIX= 52
Modified: head/databases/py-MySQLdb/Makefile
==============================================================================
--- head/databases/py-MySQLdb/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/databases/py-MySQLdb/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -2,8 +2,8 @@
# $FreeBSD$
PORTNAME= MySQLdb
-DISTVERSION= 1.2.5
DISTVERSIONPREFIX= ${PORTNAME}-
+DISTVERSION= 1.2.5
CATEGORIES= databases python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Modified: head/databases/sqlbuddy/Makefile
==============================================================================
--- head/databases/sqlbuddy/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/databases/sqlbuddy/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GITHUB= yes
GH_ACCOUNT= deliciousbrains
-GH_PROJECT= ${PORTNAME}
GH_TAGNAME= b2cdc2b
NO_BUILD= yes
Modified: head/databases/sqlcipher/Makefile
==============================================================================
--- head/databases/sqlcipher/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/databases/sqlcipher/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -2,8 +2,8 @@
PORTNAME= sqlcipher
PORTVERSION= 3.2.0
-PORTREVISION= 1
DISTVERSIONPREFIX= v
+PORTREVISION= 1
CATEGORIES= databases
MAINTAINER= jharris at widomaker.com
Modified: head/deskutils/gnome-shell-extension-lockkeys/Makefile
==============================================================================
--- head/deskutils/gnome-shell-extension-lockkeys/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/deskutils/gnome-shell-extension-lockkeys/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -22,7 +22,6 @@ LDFLAGS+= -L${LOCALBASE}/lib
GLIB_SCHEMAS= org.gnome.shell.extensions.lockkeys.gschema.xml
GH_ACCOUNT= kazysmaster
-GH_PROJECT= gnome-shell-extension-lockkeys
GH_TAGNAME= 76ac557
PKGMESSAGE= ../gnome-shell-extra-extensions/pkg-message.slaves
Modified: head/deskutils/gnome-shell-extension-openweather/Makefile
==============================================================================
--- head/deskutils/gnome-shell-extension-openweather/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/deskutils/gnome-shell-extension-openweather/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -24,7 +24,6 @@ LDFLAGS+= -L${LOCALBASE}/lib
GLIB_SCHEMAS= org.gnome.shell.extensions.openweather.gschema.xml
GH_ACCOUNT= jenslody
-GH_PROJECT= gnome-shell-extension-openweather
GH_TAGNAME= 0162cf7
PKGMESSAGE= ../gnome-shell-extra-extensions/pkg-message.slaves
Modified: head/deskutils/gnome-shell-extension-panel-osd/Makefile
==============================================================================
--- head/deskutils/gnome-shell-extension-panel-osd/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/deskutils/gnome-shell-extension-panel-osd/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -23,7 +23,6 @@ LDFLAGS+= -L${LOCALBASE}/lib
GLIB_SCHEMAS= org.gnome.shell.extensions.panel-osd.gschema.xml
GH_ACCOUNT= jenslody
-GH_PROJECT= gnome-shell-extension-panel-osd
GH_TAGNAME= f388fe7
PKGMESSAGE= ../gnome-shell-extra-extensions/pkg-message.slaves
Modified: head/deskutils/gnome-shell-extension-weather/Makefile
==============================================================================
--- head/deskutils/gnome-shell-extension-weather/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/deskutils/gnome-shell-extension-weather/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -20,7 +20,6 @@ CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
GH_ACCOUNT= Neroth
-GH_PROJECT= gnome-shell-extension-weather
GH_TAGNAME= 746debe
PKGMESSAGE= ../gnome-shell-extra-extensions/pkg-message.slaves
Modified: head/devel/aegis/Makefile
==============================================================================
--- head/devel/aegis/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/devel/aegis/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -3,10 +3,10 @@
PORTNAME= aegis
PORTVERSION= 4.25
+DISTVERSIONSUFFIX= .D510
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= SF
-DISTVERSIONSUFFIX= .D510
MAINTAINER= aryeh.friedman at gmail.com
COMMENT= Transaction-based software configuration management system
Modified: head/devel/caf/Makefile
==============================================================================
--- head/devel/caf/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/devel/caf/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -20,7 +20,6 @@ TEST_TARGET= test
TEST_WRKSRC= ${BUILD_WRKSRC}
USE_GITHUB= yes
GH_ACCOUNT= actor-framework
-GH_PROJECT= ${GH_ACCOUNT}
BROKEN_FreeBSD_8= "undefined reference to `iswalpha_l'"
Modified: head/devel/cc65/Makefile
==============================================================================
--- head/devel/cc65/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/devel/cc65/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -3,8 +3,8 @@
PORTNAME= cc65
PORTVERSION= 2.13.3
-PORTREVISION= 1
DISTVERSIONPREFIX= sources-
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://bj.spline.de/cc65/ \
http://cc65.oldos.net/ \
Modified: head/devel/dmake/Makefile
==============================================================================
--- head/devel/dmake/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/devel/dmake/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -12,7 +12,6 @@ LICENSE= GPLv1
USE_GITHUB= yes
GH_ACCOUNT= mohawk2
-GH_PROJECT= dmake
GH_TAGNAME= e5588b0
USES= autoreconf:autoconf
Modified: head/devel/erlang-gpb/Makefile
==============================================================================
--- head/devel/erlang-gpb/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/devel/erlang-gpb/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -17,7 +17,6 @@ SUB_LIST+= PORTNAME=${PORTNAME} \
USES= erlang:rebar
USE_GITHUB= yes
GH_ACCOUNT= tomas-abrahamsson
-GH_PROJECT= gpb
post-install:
@${MKDIR} ${STAGEDIR}${ERL_APP_ROOT}/bin
Modified: head/devel/fossil/Makefile
==============================================================================
--- head/devel/fossil/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/devel/fossil/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -2,10 +2,10 @@
PORTNAME= fossil
PORTVERSION= 1.34
+DISTVERSIONPREFIX= src-
PORTEPOCH= 2
CATEGORIES= devel www
MASTER_SITES= http://www.fossil-scm.org/download/
-DISTVERSIONPREFIX= src-
MAINTAINER= bapt at FreeBSD.org
COMMENT= DSCM with built-in wiki, http interface and server, tickets database
Modified: head/devel/godep/Makefile
==============================================================================
--- head/devel/godep/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/devel/godep/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -11,7 +11,6 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/go:${POR
USE_GITHUB= yes
GH_ACCOUNT= tools
-GH_PROJECT= godep
GH_TAGNAME= d8799f1
PLIST_FILES= bin/godep
Modified: head/devel/ivykis/Makefile
==============================================================================
--- head/devel/ivykis/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/devel/ivykis/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -16,7 +16,6 @@ GNU_CONFIGURE= yes
USE_GITHUB= yes
GH_ACCOUNT= buytenh
-GH_PROJECT= ivykis
post-stage:
${MKDIR} ${STAGEDIR}${PREFIX}/libdata/pkgconfig
Modified: head/devel/liblas/Makefile
==============================================================================
--- head/devel/liblas/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/devel/liblas/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -20,6 +20,5 @@ GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= libLAS
-GH_PROJECT= ${GH_ACCOUNT}
.include <bsd.port.mk>
Modified: head/devel/libnaji/Makefile
==============================================================================
--- head/devel/libnaji/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/devel/libnaji/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -3,6 +3,7 @@
PORTNAME= libnaji
PORTVERSION= 0.6.4
+DISTVERSIONSUFFIX= .src
CATEGORIES= devel
MASTER_SITES= SF/najitool/${PORTNAME}/${PORTVERSION}
@@ -11,8 +12,6 @@ COMMENT= Library that generates, convert
MAKE_ARGS= cc="${CC}"
-DISTVERSIONSUFFIX= .src
-
do-install:
${INSTALL_DATA} ${WRKSRC}/libnaji.h ${STAGEDIR}${PREFIX}/include
${INSTALL_DATA} ${WRKSRC}/libnaji.a ${STAGEDIR}${PREFIX}/lib
Modified: head/devel/msgpuck/Makefile
==============================================================================
--- head/devel/msgpuck/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/devel/msgpuck/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -11,7 +11,6 @@ COMMENT= MsgPack binary serialization li
LICENSE= BSD2CLAUSE
USE_GITHUB= yes
-GH_PROJECT= msgpuck
GH_ACCOUNT= tarantool
USES= cmake
Modified: head/devel/oniguruma5/Makefile
==============================================================================
--- head/devel/oniguruma5/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/devel/oniguruma5/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -3,8 +3,8 @@
PORTNAME= oniguruma
PORTVERSION= 5.9.6
-PORTREVISION= 1
DISTVERSIONPREFIX= v
+PORTREVISION= 1
CATEGORIES= devel textproc
PKGNAMESUFFIX= 5
DISTNAME= onig-${PORTVERSION}
Modified: head/devel/rapidjson/Makefile
==============================================================================
--- head/devel/rapidjson/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/devel/rapidjson/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -16,7 +16,6 @@ LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT}
USE_GITHUB= yes
GH_ACCOUNT= miloyip
-GH_PROJECT= rapidjson
USES= cmake gmake
Modified: head/devel/rlwrap/Makefile
==============================================================================
--- head/devel/rlwrap/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/devel/rlwrap/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USE_GITHUB= yes
GH_ACCOUNT= hanslub42
-GH_PROJECT= ${PORTNAME}
USES= readline autoreconf
GNU_CONFIGURE= yes
Modified: head/devel/unibilium/Makefile
==============================================================================
--- head/devel/unibilium/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/devel/unibilium/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -3,8 +3,8 @@
PORTNAME= unibilium
PORTVERSION= 1.1.2
-PORTREVISION= 1
DISTVERSIONPREFIX= v
+PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= antont at inbox.lv
Modified: head/devel/valgrind-devel/Makefile
==============================================================================
--- head/devel/valgrind-devel/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/devel/valgrind-devel/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -2,8 +2,8 @@
# $FreeBSD$
PORTNAME= valgrind
-DISTVERSIONPREFIX= freebsd-
PORTVERSION= 3.10.0.20150126
+DISTVERSIONPREFIX= freebsd-
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= devel
Modified: head/devel/valgrind/Makefile
==============================================================================
--- head/devel/valgrind/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/devel/valgrind/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -2,8 +2,8 @@
# $FreeBSD$
PORTNAME= valgrind
-DISTVERSIONPREFIX= freebsd-
PORTVERSION= 3.10.0.20150126
+DISTVERSIONPREFIX= freebsd-
PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= devel
Modified: head/emulators/dynamips-community/Makefile
==============================================================================
--- head/emulators/dynamips-community/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/emulators/dynamips-community/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -25,7 +25,6 @@ USE_GITHUB= yes
MAKE_JOBS_UNSAFE= yes
GH_ACCOUNT= GNS3
-GH_PROJECT= dynamips
MAKE_ENV= DYNAMIPS_CODE=${DYNAMIPS_CODE} \
DYNAMIPS_ARCH=${DYNAMIPS_ARCH}
Modified: head/games/2048/Makefile
==============================================================================
--- head/games/2048/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/games/2048/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -3,9 +3,9 @@
PORTNAME= 2048
PORTVERSION= 0.9
+DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= games
-DISTVERSIONPREFIX= v
MAINTAINER= swills at FreeBSD.org
COMMENT= Command line version of 2048
Modified: head/games/3omns/Makefile
==============================================================================
--- head/games/3omns/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/games/3omns/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -24,7 +24,6 @@ LIB_DEPENDS= libxml2.so:${PORTSDIR}/text
USE_GITHUB= yes
GH_ACCOUNT= chazomaticus
-GH_PROJECT= 3omns
GH_TAGNAME= 21292f0
USES= autoreconf compiler:c++11-lang gmake pkgconfig lua:52
Modified: head/games/corsix-th/Makefile
==============================================================================
--- head/games/corsix-th/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/games/corsix-th/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -3,8 +3,8 @@
PORTNAME= corsixth
PORTVERSION= 0.50
-PORTREVISION= 1
DISTVERSIONPREFIX= v
+PORTREVISION= 1
CATEGORIES= games
MAINTAINER= madpilot at FreeBSD.org
Modified: head/games/craft/Makefile
==============================================================================
--- head/games/craft/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/games/craft/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -3,9 +3,9 @@
PORTNAME= craft
PORTVERSION= 1.0
-PORTREVISION= 1
DISTVERSIONPREFIX= v
DISTVERSIONSUFFIX= fbsd
+PORTREVISION= 1
CATEGORIES= games
MAINTAINER= danilo at FreeBSD.org
Modified: head/games/jaggedalliance2/Makefile
==============================================================================
--- head/games/jaggedalliance2/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/games/jaggedalliance2/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -3,6 +3,7 @@
PORTNAME= ja2
PORTVERSION= 0.12.1
+DISTVERSIONSUFFIX= -source
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= http://deponie.yamagi.org/freebsd/distfiles/ \
@@ -13,8 +14,6 @@ COMMENT= Port of "Jagged Alliance 2" usi
BROKEN= unfetchable
-DISTVERSIONSUFFIX= -source
-
# Ignore this if you feel adventurous
ONLY_FOR_ARCHS= amd64 arm i386 pc98
ONLY_FOR_ARCHS_REASON= Needs a little endian environment
Modified: head/games/openclonk/Makefile
==============================================================================
--- head/games/openclonk/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/games/openclonk/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -3,8 +3,8 @@
PORTNAME= openclonk
PORTVERSION= 6.1
-PORTREVISION= 1
DISTVERSIONSUFFIX= -src
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://www.openclonk.org/builds/release/${DISTVERSION}/
Modified: head/games/solarus-quest-editor/Makefile
==============================================================================
--- head/games/solarus-quest-editor/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/games/solarus-quest-editor/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -21,7 +21,6 @@ LIB_DEPENDS= libphysfs.so:${PORTSDIR}/de
USE_GITHUB= yes
GH_ACCOUNT= christopho
-GH_PROJECT= ${PORTNAME}
CMAKE_ARGS+= -DSOLARUS_USE_LUAJIT=OFF
USE_SDL= sdl2 ttf2 image2
Modified: head/games/teg/Makefile
==============================================================================
--- head/games/teg/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/games/teg/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USE_GITHUB= yes
GH_ACCOUNT= wfx
-GH_PROJECT= teg
USES= gettext-tools gmake iconv libtool pathfix pkgconfig
USE_GNOME= gnomeprefix intlhack libgnomeui
CPPFLAGS+= -I${LOCALBASE}/include
Modified: head/games/traingame/Makefile
==============================================================================
--- head/games/traingame/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/games/traingame/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -18,7 +18,6 @@ LIB_DEPENDS= libfreetype.so:${PORTSDIR}/
USE_GITHUB= yes
GH_ACCOUNT= nickg
-GH_PROJECT= traingame
GH_TAGNAME= cb6513e
USES= cmake compiler:c++11-lib dos2unix pkgconfig
Modified: head/games/trigger-rally/Makefile
==============================================================================
--- head/games/trigger-rally/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/games/trigger-rally/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -3,9 +3,9 @@
PORTNAME= trigger-rally
PORTVERSION= 0.6.1
+DISTVERSIONSUFFIX= -src
CATEGORIES= games
MASTER_SITES= SF/trigger-rally/trigger-${PORTVERSION}
-DISTVERSIONSUFFIX= -src
MAINTAINER= makc at FreeBSD.org
COMMENT= Rally car racing game
Modified: head/games/ultimatestunts/Makefile
==============================================================================
--- head/games/ultimatestunts/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/games/ultimatestunts/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -3,9 +3,9 @@
PORTNAME= ultimatestunts
PORTVERSION= 0.7.7.1
-PORTREVISION= 3
DISTVERSIONPREFIX= srcdata-
DISTVERSION= ${PORTVERSION:S/.//g}
+PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/sourcecode \
SF/nemysisfreebsdp/${CATEGORIES}/:icons
Modified: head/german/wordpress/Makefile
==============================================================================
--- head/german/wordpress/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/german/wordpress/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -3,8 +3,8 @@
PORTNAME= wordpress
PORTVERSION= 4.4
-PORTREVISION= 1
DISTVERSIONSUFFIX= -de_DE
+PORTREVISION= 1
CATEGORIES= german www
MASTER_SITES= http://de.wordpress.org/
Modified: head/lang/libobjc2/Makefile
==============================================================================
--- head/lang/libobjc2/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/lang/libobjc2/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -4,10 +4,6 @@
PORTNAME= libobjc2
PORTVERSION= 1.8.1
CATEGORIES= lang devel gnustep
-USE_GITHUB= yes
-GH_ACCOUNT= gnustep
-GH_PROJECT= libobjc2
-GH_TAGNAME= 5a21dd1
MAINTAINER= theraven at FreeBSD.org
COMMENT= Replacement Objective-C runtime supporting modern Objective-C features
@@ -18,6 +14,10 @@ USES= cmake objc:compiler
BROKEN_powerpc= Does not compile on powerpc: Unsupported relocation type 10
BROKEN_sparc64= Does not compile on sparc64: Cannot configure clang properly
+USE_GITHUB= yes
+GH_ACCOUNT= gnustep
+GH_TAGNAME= 5a21dd1
+
.include <bsd.port.options.mk>
SHLIB_MAJOR= 4
Modified: head/mail/roundcube-automatic_addressbook/Makefile
==============================================================================
--- head/mail/roundcube-automatic_addressbook/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/mail/roundcube-automatic_addressbook/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -17,7 +17,6 @@ NO_ARCH= yes
USE_GITHUB= yes
GH_ACCOUNT= sblaisot
-GH_PROJECT= automatic_addressbook
RCDIR= ${PREFIX}/www/roundcube
WWWDIR= ${RCDIR}/plugins/automatic_addressbook
Modified: head/mail/roundcube-html5_notifier/Makefile
==============================================================================
--- head/mail/roundcube-html5_notifier/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/mail/roundcube-html5_notifier/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -17,7 +17,6 @@ BUILD_DEPENDS= roundcube>=1.0:${PORTSDIR
USE_GITHUB= yes
GH_ACCOUNT= kitist
-GH_PROJECT= html5_notifier
NO_BUILD= yes
Modified: head/math/pdal/Makefile
==============================================================================
--- head/math/pdal/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/math/pdal/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -16,7 +16,6 @@ compiler_ARGS= c++11-lang
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= ${PORTNAME:tu}
-GH_PROJECT= ${GH_ACCOUNT}
OPTIONS_DEFINE= GDAL GEOTIFF LIBXML2 EMBED_BOOST
OPTIONS_DEFAULT= GDAL GEOTIFF LIBXML2
Modified: head/multimedia/libde265/Makefile
==============================================================================
--- head/multimedia/libde265/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/multimedia/libde265/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -11,7 +11,6 @@ COMMENT= Open source h.265 video codec
USE_GITHUB= yes
GH_ACCOUNT= strukturag
-GH_PROJECT= libde265
USES= autoreconf compiler:c++11-lib libtool pathfix pkgconfig
GNU_CONFIGURE= yes
Modified: head/multimedia/vdr-plugin-vnsiserver/Makefile
==============================================================================
--- head/multimedia/vdr-plugin-vnsiserver/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/multimedia/vdr-plugin-vnsiserver/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -10,7 +10,6 @@ COMMENT= Video Disk Recorder - VNSI serv
USE_GITHUB= yes
GH_ACCOUNT= FernetMenta
-GH_PROJECT= ${PORTNAME}
GH_TAGNAME= 36e2b61
USES= pkgconfig
Modified: head/net-im/tox/Makefile
==============================================================================
--- head/net-im/tox/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/net-im/tox/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -17,7 +17,6 @@ LIB_DEPENDS= libvpx.so:${PORTSDIR}/multi
USE_GITHUB= yes
GH_ACCOUNT= irungentoo
-GH_PROJECT= ${PORTNAME}
GH_TAGNAME= 22634a4
GNU_CONFIGURE= yes
Modified: head/net-p2p/namecoin/Makefile
==============================================================================
--- head/net-p2p/namecoin/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/net-p2p/namecoin/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -22,8 +22,6 @@ UPNP_DESC= Build with UPNP support
QRCODES_DESC= Build with QR code display
USE_GITHUB= yes
-GH_ACCOUNT= namecoin
-GH_PROJECT= namecoin
USES= gmake compiler:c++11-lib
MAKE_JOBS_UNSAFE=yes
Modified: head/net/beanstalkd/Makefile
==============================================================================
--- head/net/beanstalkd/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/net/beanstalkd/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -15,7 +15,6 @@ USE_GITHUB= yes
USE_RC_SUBR= beanstalkd
GH_ACCOUNT= kr
-GH_PROJECT= beanstalkd
MAKE_ARGS+= CC="${CC}" CFLAGS="${CFLAGS}"
Modified: head/net/dpinger/Makefile
==============================================================================
--- head/net/dpinger/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/net/dpinger/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -2,6 +2,7 @@
PORTNAME= dpinger
PORTVERSION= 1.2
+DISTVERSIONPREFIX= v
CATEGORIES= net
MAINTAINER= garga at FreeBSD.org
@@ -12,8 +13,6 @@ LICENSE= BSD2CLAUSE
USES= uidfix
USE_GITHUB= yes
GH_ACCOUNT= dennypage
-GH_PROJECT= dpinger
-GH_TAGNAME= v${PORTVERSION}
PLIST_FILES= bin/dpinger
Modified: head/net/dpinger/distinfo
==============================================================================
--- head/net/dpinger/distinfo Tue Dec 29 14:23:58 2015 (r404742)
+++ head/net/dpinger/distinfo Tue Dec 29 14:30:46 2015 (r404743)
@@ -1,2 +1,2 @@
-SHA256 (dennypage-dpinger-1.2-v1.2_GH0.tar.gz) = a904dcb5993ae9f25388634d90c21bdea87b45b9e1b271c0a4cbc7eb0dd6a314
-SIZE (dennypage-dpinger-1.2-v1.2_GH0.tar.gz) = 9809
+SHA256 (dennypage-dpinger-v1.2_GH0.tar.gz) = a904dcb5993ae9f25388634d90c21bdea87b45b9e1b271c0a4cbc7eb0dd6a314
+SIZE (dennypage-dpinger-v1.2_GH0.tar.gz) = 9809
Modified: head/net/freerdp/Makefile
==============================================================================
--- head/net/freerdp/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/net/freerdp/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -17,7 +17,6 @@ USE_LDCONFIG= yes
USES= alias cmake:outsource cpe execinfo pkgconfig compiler:c++11-lib
USE_GITHUB= yes
GH_ACCOUNT= FreeRDP
-GH_PROJECT= ${GH_ACCOUNT}
GH_TAGNAME= f5ff6e1
CPE_VENDOR= freerdp_project
Modified: head/net/go-geoip/Makefile
==============================================================================
--- head/net/go-geoip/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/net/go-geoip/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -16,7 +16,6 @@ LIB_DEPENDS= libGeoIP.so:${PORTSDIR}/net
USES= compiler
USE_GITHUB= yes
GH_ACCOUNT= abh
-GH_PROJECT= ${PORTNAME}
GH_TAGNAME= da13074
GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT}
Modified: head/net/sflowtool/Makefile
==============================================================================
--- head/net/sflowtool/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/net/sflowtool/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -15,7 +15,6 @@ USE_RC_SUBR= ${PORTNAME}
USE_GITHUB= yes
GH_ACCOUNT= sflow
-GH_PROJECT= ${PORTNAME}
GH_TAGNAME= 08a16d3
PLIST_FILES= bin/sflowtool
Modified: head/net/torsocks/Makefile
==============================================================================
--- head/net/torsocks/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/net/torsocks/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -13,7 +13,6 @@ LICENSE= GPLv2
USE_GITHUB= yes
GH_ACCOUNT= dgoulet
-GH_PROJECT= torsocks
GNU_CONFIGURE= yes
USES= alias autoreconf gmake libtool
Modified: head/ports-mgmt/py-pytoport/Makefile
==============================================================================
--- head/ports-mgmt/py-pytoport/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/ports-mgmt/py-pytoport/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-licensee>0:${PORTSD
USE_GITHUB= yes
GH_ACCOUNT= freebsd
-GH_PROJECT= pytoport
USES= python:3.2+
USE_PYTHON= distutils autoplist
Modified: head/science/2d-rewriter/Makefile
==============================================================================
--- head/science/2d-rewriter/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/science/2d-rewriter/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -14,7 +14,6 @@ USES= imake
USE_XORG= x11 xext
USE_GITHUB= yes
GH_ACCOUNT= iserikov
-GH_PROJECT= 2d-rewriter
OPTIONS_DEFINE= EXAMPLES
Modified: head/security/pulledpork/Makefile
==============================================================================
--- head/security/pulledpork/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/security/pulledpork/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -26,7 +26,6 @@ SUB_FILES= pkg-message
USE_GITHUB= yes
GH_ACCOUNT= shirkdog
-GH_PROJECT= ${PORTNAME}
GH_TAGNAME= 8b9441a
OPTIONS_DEFINE= DOCS
Modified: head/security/py-crits/Makefile
==============================================================================
--- head/security/py-crits/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/security/py-crits/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -15,7 +15,6 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GITHUB= yes
-GH_PROJECT= crits
USES= python
USE_PYTHON= autoplist
Modified: head/security/py-gpsoauth/Makefile
==============================================================================
--- head/security/py-gpsoauth/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/security/py-gpsoauth/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -17,7 +17,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycr
USE_GITHUB= yes
GH_ACCOUNT= simon-weber
-GH_PROJECT= gpsoauth
GH_TAGNAME= ea8246b
USES= python
Modified: head/security/s2n/Makefile
==============================================================================
--- head/security/s2n/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/security/s2n/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -12,7 +12,6 @@ LICENSE= APACHE20
USE_GITHUB= yes
GH_ACCOUNT= awslabs
-GH_PROJECT= s2n
GH_TAGNAME= 674df33
OPTIONS_DEFINE= DOCS EXAMPLES
Modified: head/sysutils/bareos-server/Makefile
==============================================================================
--- head/sysutils/bareos-server/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/sysutils/bareos-server/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -9,8 +9,6 @@ PKGNAMEPREFIX?= #
PKGNAMESUFFIX?= -server
USE_GITHUB= yes
-GH_ACCOUNT= bareos
-GH_PROJECT= bareos
GH_TAGNAME= bb1529f88585da31a0053f06727c74f2a7cb0dc1
MAINTAINER= acm at FreeBSD.org
Modified: head/sysutils/cronolog/Makefile
==============================================================================
--- head/sysutils/cronolog/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/sysutils/cronolog/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -18,7 +18,6 @@ GNU_CONFIGURE= yes
USE_GITHUB= yes
GH_ACCOUNT= fordmason
-GH_PROJECT= cronolog
GH_TAGNAME= 8ea64c0
OPTIONS_DEFINE= SETUID_PATCH
Modified: head/textproc/smu/Makefile
==============================================================================
--- head/textproc/smu/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/textproc/smu/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -15,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GITHUB= yes
GH_ACCOUNT= Gottox
-GH_PROJECT= smu
PLIST_FILES= bin/smu man/man1/smu.1.gz
Modified: head/www/kannel-sqlbox/Makefile
==============================================================================
--- head/www/kannel-sqlbox/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/www/kannel-sqlbox/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -18,7 +18,6 @@ RUN_DEPENDS= ${LOCALBASE}/sbin/bearerbox
USE_GITHUB= yes
GH_ACCOUNT= dbaio
-GH_PROJECT= ${PORTNAME}
USES= gmake
USE_GCC= yes
Modified: head/www/tidy-html5/Makefile
==============================================================================
--- head/www/tidy-html5/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/www/tidy-html5/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/README/LICENSE.t
USE_GITHUB= yes
GH_ACCOUNT= htacg
-GH_PROJECT= ${PORTNAME}
GH_TAGNAME= f567088
USES= cmake
Modified: head/x11-clocks/wmbinclock/Makefile
==============================================================================
--- head/x11-clocks/wmbinclock/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/x11-clocks/wmbinclock/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -13,7 +13,6 @@ LICENSE_COMB= dual
USE_GITHUB= yes
GH_ACCOUNT= engerim42
-GH_PROJECT= ${PORTNME}
PLIST_FILES= bin/wmBinClock
USES= gmake
Modified: head/x11-fonts/junction/Makefile
==============================================================================
--- head/x11-fonts/junction/Makefile Tue Dec 29 14:23:58 2015 (r404742)
+++ head/x11-fonts/junction/Makefile Tue Dec 29 14:30:46 2015 (r404743)
@@ -14,7 +14,6 @@ USES= fonts
USE_GITHUB= yes
GH_ACCOUNT= theleagueof
-GH_PROJECT= junction
GH_TAGNAME= fb73260
NO_BUILD= yes
More information about the svn-ports-all
mailing list