svn commit: r422613 - head/net/samplicator

Mathieu Arnold mat at FreeBSD.org
Thu Sep 22 13:15:28 UTC 2016


Author: mat
Date: Thu Sep 22 13:15:27 2016
New Revision: 422613
URL: https://svnweb.freebsd.org/changeset/ports/422613

Log:
  Take part of [1] to fix the port, code migrated to Github.
  
  The distfile is smaller because autoreconf needs to be run.
  
  PR:		212811
  Submitted by:	Franco Fichtner
  Sponsored by:	Absolight

Modified:
  head/net/samplicator/Makefile   (contents, props changed)
  head/net/samplicator/distinfo   (contents, props changed)

Modified: head/net/samplicator/Makefile
==============================================================================
--- head/net/samplicator/Makefile	Thu Sep 22 13:08:10 2016	(r422612)
+++ head/net/samplicator/Makefile	Thu Sep 22 13:15:27 2016	(r422613)
@@ -1,11 +1,9 @@
 # $FreeBSD$
 
 PORTNAME=	samplicator
-PORTVERSION=	1.3.7.b6
+DISTVERSION=	1.3.7-beta6
 PORTREVISION=	2
 CATEGORIES=	net
-MASTER_SITES=	GOOGLE_CODE
-DISTNAME=	samplicator-1.3.7-beta6
 
 MAINTAINER=	me at falz.net
 COMMENT=	Receives UDP datagrams and redistributes them to a set of receivers
@@ -13,7 +11,11 @@ COMMENT=	Receives UDP datagrams and redi
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN=		Unfetchable (google code has gone away)
+USES=		autoreconf
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	sleinen
+GH_TAGNAME=	d64d1ca
 
 GNU_CONFIGURE=	yes
 USE_RC_SUBR=	${PORTNAME}

Modified: head/net/samplicator/distinfo
==============================================================================
--- head/net/samplicator/distinfo	Thu Sep 22 13:08:10 2016	(r422612)
+++ head/net/samplicator/distinfo	Thu Sep 22 13:15:27 2016	(r422613)
@@ -1,2 +1,3 @@
-SHA256 (samplicator-1.3.7-beta6.tar.gz) = 8f1da80f2b32ef0e41a720fe1c98905f6e4cb1acb2949dbdddbb665a09655faf
-SIZE (samplicator-1.3.7-beta6.tar.gz) = 95603
+TIMESTAMP = 1474549776
+SHA256 (sleinen-samplicator-1.3.7-beta6-d64d1ca_GH0.tar.gz) = 12917256e6a0812f69bb4fe4d313b142c67c59dadc426e174564dd2d02877eb4
+SIZE (sleinen-samplicator-1.3.7-beta6-d64d1ca_GH0.tar.gz) = 22785


More information about the svn-ports-all mailing list