diff options
author | mat <mat@FreeBSD.org> | 2017-05-03 20:16:49 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-05-03 20:16:49 +0800 |
commit | 616fdf388bca4152daa84eed0aa8de295f5622f9 (patch) | |
tree | e8318dd7948d08764a172c80b2bd4fa7d9314225 /audio | |
parent | be45aef1071716295c762e52465af03e2ff56721 (diff) | |
download | freebsd-ports-gnome-616fdf388bca4152daa84eed0aa8de295f5622f9.tar.gz freebsd-ports-gnome-616fdf388bca4152daa84eed0aa8de295f5622f9.tar.zst freebsd-ports-gnome-616fdf388bca4152daa84eed0aa8de295f5622f9.zip |
Simplify USE_GITHUB usage.
Sponsored by: Absolight
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libadplug/Makefile | 8 | ||||
-rw-r--r-- | audio/libadplug/distinfo | 6 |
2 files changed, 6 insertions, 8 deletions
diff --git a/audio/libadplug/Makefile b/audio/libadplug/Makefile index 5814671177ca..1384df6a6e18 100644 --- a/audio/libadplug/Makefile +++ b/audio/libadplug/Makefile @@ -1,10 +1,12 @@ # Created by: Emanuel Haupt <ehaupt@critical.ch> # $FreeBSD$ -PORTNAME= libadplug +PORTNAME= adplug PORTVERSION= 2.2.1 +DISTVERSIONPREFIX= ${PORTNAME}- PORTREVISION= 3 CATEGORIES= audio +PKGNAMEPREFIX= lib MAINTAINER= ehaupt@FreeBSD.org COMMENT= AdLib emulator library supporting many formats @@ -19,10 +21,6 @@ USE_GITHUB= yes USE_LDCONFIG= yes USE_CSTD= gnu89 -GH_ACCOUNT= adplug -GH_PROJECT= adplug -GH_TAGNAME= adplug-${PORTVERSION} - INFO= libadplug CONFIGURE_ARGS+= --enable-maintainer-mode diff --git a/audio/libadplug/distinfo b/audio/libadplug/distinfo index 6b9745d15329..8baad12259ca 100644 --- a/audio/libadplug/distinfo +++ b/audio/libadplug/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1492525997 -SHA256 (adplug-adplug-2.2.1-adplug-2.2.1_GH0.tar.gz) = d5969670a92216a163629e7225d80569d58cd30066a11a227796071da99fdf31 -SIZE (adplug-adplug-2.2.1-adplug-2.2.1_GH0.tar.gz) = 682355 +TIMESTAMP = 1493812292 +SHA256 (adplug-adplug-adplug-2.2.1_GH0.tar.gz) = d5969670a92216a163629e7225d80569d58cd30066a11a227796071da99fdf31 +SIZE (adplug-adplug-adplug-2.2.1_GH0.tar.gz) = 682355 |