diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-09-22 13:15:27 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-09-22 13:15:27 +0000 |
commit | fdf3c52f4b5840071a7a087ec1c42f6d29b95876 (patch) | |
tree | 6824560e33e5ab95d961ba0fb376a8022c0fdfa5 /net/samplicator/Makefile | |
parent | 3b201f1ef7c1e04e812ab3fda6cb5b60da822590 (diff) |
Notes
Diffstat (limited to 'net/samplicator/Makefile')
-rw-r--r-- | net/samplicator/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/net/samplicator/Makefile b/net/samplicator/Makefile index 5e6eec14fb7e..7b8917bf77ce 100644 --- a/net/samplicator/Makefile +++ b/net/samplicator/Makefile @@ -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@falz.net COMMENT= Receives UDP datagrams and redistributes them to a set of receivers @@ -13,7 +11,11 @@ COMMENT= Receives UDP datagrams and redistributes them to a set of receivers 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} |