diff options
author | linimon <linimon@FreeBSD.org> | 2004-02-13 15:54:20 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-02-13 15:54:20 +0800 |
commit | b83f8bd60fccd8a2e35f400d485a65e2341b3c17 (patch) | |
tree | 2930d82f921c355e08cdc55897fd18b6abaafdb9 /audio | |
parent | aaa2c217140a563470c800271a992047e7aa769e (diff) | |
download | freebsd-ports-gnome-b83f8bd60fccd8a2e35f400d485a65e2341b3c17.tar.gz freebsd-ports-gnome-b83f8bd60fccd8a2e35f400d485a65e2341b3c17.tar.zst freebsd-ports-gnome-b83f8bd60fccd8a2e35f400d485a65e2341b3c17.zip |
From the submitter: distfile rerolled. The contents are identical
(commiter's note: verified) but the ownership changed from steve/steve
to skx/skx. The new distfile has a good PGP signature. Add downloading
of PGP signature.
PR: ports/62086
Submitted by: Jason Harris <jharris@widomaker.com>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gnump3d/Makefile | 4 | ||||
-rw-r--r-- | audio/gnump3d/distinfo | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/audio/gnump3d/Makefile b/audio/gnump3d/Makefile index b6e75d21d133..7c4590d3dd61 100644 --- a/audio/gnump3d/Makefile +++ b/audio/gnump3d/Makefile @@ -11,6 +11,8 @@ PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= A streaming server for MP3, Ogg Vorbis, and other streamable audio files @@ -19,6 +21,8 @@ RUN_DEPENDS= lame:${PORTSDIR}/audio/lame \ sox:${PORTSDIR}/audio/sox \ oggenc:${PORTSDIR}/audio/vorbis-tools +USE_GPG?= yes +SIG_FILES= ${DISTNAME}${EXTRACT_SUFX}.asc USE_BZIP2= yes USE_PERL5= yes NO_BUILD= yes diff --git a/audio/gnump3d/distinfo b/audio/gnump3d/distinfo index 4d9d4b57ba17..8abe893b8637 100644 --- a/audio/gnump3d/distinfo +++ b/audio/gnump3d/distinfo @@ -1 +1,2 @@ -MD5 (gnump3d-2.6.tar.bz2) = 0f7eaa6820c6f090a22674f9de143843 +MD5 (gnump3d-2.6.tar.bz2) = 30c361ca60c4f01a81dc5b86fd949e6f +MD5 (gnump3d-2.6.tar.bz2.asc) = 0fd3a6e0782e48496ddd60fca8af6450 |