diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2018-07-02 08:10:31 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2018-07-02 08:10:31 +0000 |
commit | 60dc059271c9dbafc56e17daeb7d2d1d6f517538 (patch) | |
tree | e4ab6f23cfc7668c0e855f8b31f0d8a562ce50ef /multimedia/dtv-scan-tables/Makefile | |
parent | 91f9dbad0d9c718aeaa054a2286ea1d0bbd6c149 (diff) |
Notes
Diffstat (limited to 'multimedia/dtv-scan-tables/Makefile')
-rw-r--r-- | multimedia/dtv-scan-tables/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/multimedia/dtv-scan-tables/Makefile b/multimedia/dtv-scan-tables/Makefile index ae92c39ab000..080ffcad6f63 100644 --- a/multimedia/dtv-scan-tables/Makefile +++ b/multimedia/dtv-scan-tables/Makefile @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= dtv-scan-tables -PORTVERSION= 20170530 -PORTREVISION= 1 +PORTVERSION= 20180606 CATEGORIES= multimedia +MASTER_SITES= LOCAL/decke -MAINTAINER= dreamcat4@gmail.com +MAINTAINER= decke@FreeBSD.org COMMENT= Digital TV scan tables from linuxtv.org LICENSE= GPLv2 LGPL21 @@ -14,9 +14,7 @@ LICENSE_COMB= multi LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LGPL -USE_GITHUB= yes -GH_ACCOUNT= oliv3r -GH_TAGNAME= fb5fe05 +USES= tar:xz NO_BUILD= yes NO_ARCH= yes |