diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2010-12-13 20:30:23 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2010-12-13 20:30:23 +0800 |
commit | 6c916e978355f449db47df8998ccce6c2e34e125 (patch) | |
tree | 5189b7633c279a2bb5a9803d74d1820060768cf4 | |
parent | 33f214447d11cec18e4c3332f18cc08494e44939 (diff) | |
download | freebsd-ports-gnome-6c916e978355f449db47df8998ccce6c2e34e125.tar.gz freebsd-ports-gnome-6c916e978355f449db47df8998ccce6c2e34e125.tar.zst freebsd-ports-gnome-6c916e978355f449db47df8998ccce6c2e34e125.zip |
- Unbreak this port by updating MASTER_SITES and WWW
PR: ports/153119
Submitted by: Kenneth Lind <exil@sasurai.se>
-rw-r--r-- | audio/gtkguitune/Makefile | 4 | ||||
-rw-r--r-- | audio/gtkguitune/pkg-descr | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/audio/gtkguitune/Makefile b/audio/gtkguitune/Makefile index fe99b7267eb2..adf24d4eb37f 100644 --- a/audio/gtkguitune/Makefile +++ b/audio/gtkguitune/Makefile @@ -9,7 +9,7 @@ PORTNAME= gtkguitune PORTVERSION= 0.8 PORTREVISION= 2 CATEGORIES= audio -MASTER_SITES= http://www.geocities.com/harpin_floh/mysoft/ +MASTER_SITES= http://www.oocities.com/harpin_floh/mysoft/ DISTNAME= ${PORTNAME}-gtk2-${PORTVERSION} MAINTAINER= ports@FreeBSD.org @@ -17,8 +17,6 @@ COMMENT= A guitar (and other instruments) tuner for GTK LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 -BROKEN= does not fetch - WRKSRC= ${WRKDIR}/${PORTNAME} GNU_CONFIGURE= yes diff --git a/audio/gtkguitune/pkg-descr b/audio/gtkguitune/pkg-descr index 3930d25cefca..71b7a25c853d 100644 --- a/audio/gtkguitune/pkg-descr +++ b/audio/gtkguitune/pkg-descr @@ -3,4 +3,4 @@ using FFT like many programs, it counts the number of triggerings between two trigger levels in a certain amount of time, which tends to be more accurate for instrument tuning while requiring less processing than FFT. -WWW: http://www.geocities.com/harpin_floh/kguitune_page.html +WWW: http://www.oocities.com/harpin_floh/kguitune_page.html |