diff options
author | mat <mat@FreeBSD.org> | 2016-09-22 21:15:27 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-09-22 21:15:27 +0800 |
commit | 3a4cbc906f45d076f0d8b82596bc11836d89b4dc (patch) | |
tree | 6824560e33e5ab95d961ba0fb376a8022c0fdfa5 /net/samplicator | |
parent | 34b3818b97a7d6336d42703fd6fe6437ed3fca6d (diff) | |
download | freebsd-ports-gnome-3a4cbc906f45d076f0d8b82596bc11836d89b4dc.tar.gz freebsd-ports-gnome-3a4cbc906f45d076f0d8b82596bc11836d89b4dc.tar.zst freebsd-ports-gnome-3a4cbc906f45d076f0d8b82596bc11836d89b4dc.zip |
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
Diffstat (limited to 'net/samplicator')
-rw-r--r-- | net/samplicator/Makefile | 10 | ||||
-rw-r--r-- | net/samplicator/distinfo | 5 |
2 files changed, 9 insertions, 6 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} diff --git a/net/samplicator/distinfo b/net/samplicator/distinfo index c3c31a61b52f..ca73996062ab 100644 --- a/net/samplicator/distinfo +++ b/net/samplicator/distinfo @@ -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 |