svn commit: r422355 - head/net/openpgm

Antoine Brodin antoine at FreeBSD.org
Sun Sep 18 08:31:51 UTC 2016


Author: antoine
Date: Sun Sep 18 08:31:49 2016
New Revision: 422355
URL: https://svnweb.freebsd.org/changeset/ports/422355

Log:
  Unbreak by switching to USE_GITHUB

Modified:
  head/net/openpgm/Makefile
  head/net/openpgm/distinfo

Modified: head/net/openpgm/Makefile
==============================================================================
--- head/net/openpgm/Makefile	Sun Sep 18 07:31:57 2016	(r422354)
+++ head/net/openpgm/Makefile	Sun Sep 18 08:31:49 2016	(r422355)
@@ -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 at FreeBSD.org
 COMMENT=	Implementation of the PGM reliable multicast protocol
@@ -14,12 +13,14 @@ COMMENT=	Implementation of the PGM relia
 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

Modified: head/net/openpgm/distinfo
==============================================================================
--- head/net/openpgm/distinfo	Sun Sep 18 07:31:57 2016	(r422354)
+++ head/net/openpgm/distinfo	Sun Sep 18 08:31:49 2016	(r422355)
@@ -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


More information about the svn-ports-head mailing list