diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2016-09-18 08:31:49 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2016-09-18 08:31:49 +0000 |
commit | e05be1bf6b41218e578ce62d17fb54113094321d (patch) | |
tree | 45702b2435f52fe80966438175a17fa5131df101 /net | |
parent | 004f03d147e423e86aed4dcd6ea2a749e6666e1d (diff) | |
download | ports-e05be1bf6b41218e578ce62d17fb54113094321d.tar.gz ports-e05be1bf6b41218e578ce62d17fb54113094321d.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/openpgm/Makefile | 13 | ||||
-rw-r--r-- | net/openpgm/distinfo | 5 |
2 files changed, 10 insertions, 8 deletions
diff --git a/net/openpgm/Makefile b/net/openpgm/Makefile index a04e022efe5f..ac00a87ff02a 100644 --- a/net/openpgm/Makefile +++ b/net/openpgm/Makefile @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= openpgm -PORTVERSION= 5.2.122 +DISTVERSION= 5-2-122 +DISTVERSIONPREFIX= release- PORTREVISION= 2 CATEGORIES= net devel -MASTER_SITES= GOOGLE_CODE -DISTNAME= libpgm-${PORTVERSION} MAINTAINER= vg@FreeBSD.org COMMENT= Implementation of the PGM reliable multicast protocol @@ -14,12 +13,14 @@ COMMENT= Implementation of the PGM reliable multicast protocol LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN= Unfetchable (google code has gone away) +USE_GITHUB= yes +GH_ACCOUNT= steve-o GNU_CONFIGURE= yes -USES= pathfix perl5 tar:bzip2 libtool python:build +USES= autoreconf pathfix perl5 libtool python:build +PATHFIX_MAKEFILEIN= Makefile.am USE_LDCONFIG= yes -WRKSRC= ${WRKDIR}/${DISTNAME}/openpgm/pgm +WRKSRC_SUBDIR= openpgm/pgm INSTALL_TARGET= install-strip OPTIONS_DEFINE= DOCS EXAMPLES diff --git a/net/openpgm/distinfo b/net/openpgm/distinfo index 6a1e6ef6df73..731c651ae0f0 100644 --- a/net/openpgm/distinfo +++ b/net/openpgm/distinfo @@ -1,2 +1,3 @@ -SHA256 (libpgm-5.2.122.tar.bz2) = 2f6fcdad7fcf08368bce100db2598abdd57cb1e55869df68c0032a12ffe86d93 -SIZE (libpgm-5.2.122.tar.bz2) = 821143 +TIMESTAMP = 1474186140 +SHA256 (steve-o-openpgm-release-5-2-122_GH0.tar.gz) = acc1545fd8060aa66b17327110e2859e451cfc685ebd3b2211619728e3471b66 +SIZE (steve-o-openpgm-release-5-2-122_GH0.tar.gz) = 583469 |