diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2015-03-20 09:42:36 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2015-03-20 09:42:36 +0800 |
commit | 34b253e29c2585f7b27440c559c7df1560a8fb08 (patch) | |
tree | 44ead9810e35d076bfa47e1c7bc64c48f9744312 /irc | |
parent | 21cf1ad3ff5238734eb0d499164c52ab8fdca088 (diff) | |
download | freebsd-ports-gnome-34b253e29c2585f7b27440c559c7df1560a8fb08.tar.gz freebsd-ports-gnome-34b253e29c2585f7b27440c559c7df1560a8fb08.tar.zst freebsd-ports-gnome-34b253e29c2585f7b27440c559c7df1560a8fb08.zip |
Convert my ports to the new USE_GITHUB
Diffstat (limited to 'irc')
-rw-r--r-- | irc/eggdrop-devel/Makefile | 5 | ||||
-rw-r--r-- | irc/eggdrop-devel/distinfo | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/irc/eggdrop-devel/Makefile b/irc/eggdrop-devel/Makefile index 800717ed01ce..73d26b257c18 100644 --- a/irc/eggdrop-devel/Makefile +++ b/irc/eggdrop-devel/Makefile @@ -5,7 +5,7 @@ PORTNAME= eggdrop PORTVERSION= 1.8.0.20141008 PORTREVISION= 2 CATEGORIES= irc -MASTER_SITES= GHL \ +MASTER_SITES= GH \ http://mirror.shatow.net/freebsd/${PORTNAME}/ PKGNAMESUFFIX= -devel @@ -23,8 +23,7 @@ CONFIGURE_ARGS+=--with-tcllib=${LOCALBASE}/lib/libtcl${TCL_SHLIB_VER}.so \ USE_GITHUB= yes GH_ACCOUNT= eggheads GH_PROJECT= ${PORTNAME}-1.8 -GH_COMMIT= 2bf3950 -GH_TAGNAME= ${GH_COMMIT} +GH_TAGNAME= 2bf3950 MAKE_JOBS_UNSAFE= yes diff --git a/irc/eggdrop-devel/distinfo b/irc/eggdrop-devel/distinfo index c28dfb20f283..4b651a408425 100644 --- a/irc/eggdrop-devel/distinfo +++ b/irc/eggdrop-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (eggdrop-1.8.0.20141008.tar.gz) = cf4c93b976e25ed349e5e3a1274a4ca974da1d3b85712e23b0eac36ea46fec25 -SIZE (eggdrop-1.8.0.20141008.tar.gz) = 1275948 +SHA256 (eggdrop-1.8.0.20141008_GH0.tar.gz) = 6ebe4df85d71c44f4254e556fc84d2e4b14feabd564486c1762c864bafb0eacf +SIZE (eggdrop-1.8.0.20141008_GH0.tar.gz) = 1275796 |