diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-07-21 16:10:08 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-07-21 16:10:08 +0000 |
commit | 04dfe44513bcf5c6eaa4cdf27e8d4581104f1530 (patch) | |
tree | baafcdb4e52086f9400f0636bca8efcccaaf80c0 /audio/gsi | |
parent | 8a6a0cf0e3f14d958561026324bc20039c9acdd9 (diff) | |
download | ports-04dfe44513bcf5c6eaa4cdf27e8d4581104f1530.tar.gz ports-04dfe44513bcf5c6eaa4cdf27e8d4581104f1530.zip |
Notes
Diffstat (limited to 'audio/gsi')
-rw-r--r-- | audio/gsi/Makefile | 4 | ||||
-rw-r--r-- | audio/gsi/distinfo | 2 | ||||
-rw-r--r-- | audio/gsi/pkg-descr | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/audio/gsi/Makefile b/audio/gsi/Makefile index 40e445d6d685..cc3f20855ec5 100644 --- a/audio/gsi/Makefile +++ b/audio/gsi/Makefile @@ -8,8 +8,8 @@ PORTNAME= gsi PORTVERSION= 0.9.4 CATEGORIES= audio -MASTER_SITES= http://www.farley.org/ -EXTRACT_SUFX= .tgz +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= gsi MAINTAINER= ports@FreeBSD.org diff --git a/audio/gsi/distinfo b/audio/gsi/distinfo index 6b164c1cbe4b..3c5b6835e8a3 100644 --- a/audio/gsi/distinfo +++ b/audio/gsi/distinfo @@ -1 +1 @@ -MD5 (gsi-0.9.4.tgz) = d6d901b545d6bd2e264e8ed326fe07bf +MD5 (gsi-0.9.4.tar.gz) = d6d901b545d6bd2e264e8ed326fe07bf diff --git a/audio/gsi/pkg-descr b/audio/gsi/pkg-descr index d9aa1c14dc3e..2bd383d33d78 100644 --- a/audio/gsi/pkg-descr +++ b/audio/gsi/pkg-descr @@ -17,4 +17,4 @@ From the home page: same ioctl's/structs as linux). License: 2-clause BSD-style for code / public domain for headers -WWW: http://www.xs4all.nl/~whs/gsi/gsi.html +WWW: http://gsi.sourceforge.net/ |