diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-07-22 00:10:08 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-07-22 00:10:08 +0800 |
commit | 557bd467772075bbe0fd3191ff32f25a8a81f061 (patch) | |
tree | 855bdfceb25d1d0647b3d195b20f7f8b1d80a107 /audio | |
parent | 0f59a7ca97121f49b920e9b2732c24ad9867ae3c (diff) | |
download | freebsd-ports-graphics-557bd467772075bbe0fd3191ff32f25a8a81f061.tar.gz freebsd-ports-graphics-557bd467772075bbe0fd3191ff32f25a8a81f061.tar.zst freebsd-ports-graphics-557bd467772075bbe0fd3191ff32f25a8a81f061.zip |
Update to MASTER_SITES
PR: 29042
Submitted by: Sean Farley <sean-freebsd@farley.org>
Diffstat (limited to 'audio')
-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 40e445d6d68..cc3f20855ec 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 6b164c1cbe4..3c5b6835e8a 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 d9aa1c14dc3..2bd383d33d7 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/ |