summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Lock <nox@FreeBSD.org>2015-04-10 18:53:28 +0000
committerJuergen Lock <nox@FreeBSD.org>2015-04-10 18:53:28 +0000
commit923cf2f9b6f0c8245dc93ebb7bbbc514b2844c1c (patch)
tree87bf4dd1e04c44299e70c42e7be74c7e72c77667
parentnet/kamailio: 4.2.3 -> 4.2.4 (diff)
Unbreak these by mirroring distfiles on MASTER_SITE_LOCAL.
-rw-r--r--audio/gramofile/Makefile5
-rw-r--r--comms/dabstick-radio/Makefile5
-rw-r--r--comms/jsdr/Makefile5
3 files changed, 5 insertions, 10 deletions
diff --git a/audio/gramofile/Makefile b/audio/gramofile/Makefile
index d4180e02df67..da663ee5e23b 100644
--- a/audio/gramofile/Makefile
+++ b/audio/gramofile/Makefile
@@ -7,16 +7,13 @@ PORTREVISION= 11
CATEGORIES= audio
MASTER_SITES= http://www.opensourcepartners.nl/~costar/gramofile/
-PATCH_SITES= ${MASTER_SITE_DEBIAN}
-PATCH_SITE_SUBDIR= pool/main/g/${PORTNAME}
+PATCH_SITES= LOCAL/nox/
PATCHFILES= ${PORTNAME}_1.6-7.diff.gz
PATCH_DIST_STRIP= -p1
MAINTAINER= nox@FreeBSD.org
COMMENT= Audio recording and tick/scratch reduction for e.g. vinyl records
-BROKEN= Debian patches unfetchable
-
LIB_DEPENDS= libfftw.so:${PORTSDIR}/math/fftw
ALL_TARGET= gramofile
diff --git a/comms/dabstick-radio/Makefile b/comms/dabstick-radio/Makefile
index a43abf422a74..a767ad431ab2 100644
--- a/comms/dabstick-radio/Makefile
+++ b/comms/dabstick-radio/Makefile
@@ -5,15 +5,14 @@ PORTNAME= dabstick-radio
PORTVERSION= 0.96
PORTREVISION= 5
CATEGORIES= comms audio hamradio
-MASTER_SITES= http://www.sdr-j.tk/
+MASTER_SITES= http://www.sdr-j.tk/ \
+ LOCAL/nox/
MAINTAINER= nox@FreeBSD.org
COMMENT= DAB/DAB+ and wideband FM receiver for RTL2832-based USB sticks
LICENSE= GPLv2
-BROKEN= Unfetchable
-
LIB_DEPENDS+= librtlsdr.so:${PORTSDIR}/comms/rtl-sdr \
libqwt.so:${PORTSDIR}/x11-toolkits/qwt5 \
libportaudio.so.2:${PORTSDIR}/audio/portaudio2 \
diff --git a/comms/jsdr/Makefile b/comms/jsdr/Makefile
index cca2e6591d46..54ee7e73f65b 100644
--- a/comms/jsdr/Makefile
+++ b/comms/jsdr/Makefile
@@ -5,15 +5,14 @@ PORTNAME= jsdr
PORTVERSION= 4.1
PORTREVISION= 2
CATEGORIES= comms audio hamradio
-MASTER_SITES= http://www.sdr-j.tk/
+MASTER_SITES= http://www.sdr-j.tk/ \
+ LOCAL/nox/
MAINTAINER= nox@FreeBSD.org
COMMENT= SDR tools for RTL2832-based USB sticks
LICENSE= GPLv2
-BROKEN= Unfetchable
-
LIB_DEPENDS+= libqwt.so:${PORTSDIR}/x11-toolkits/qwt5 \
libportaudio.so.2:${PORTSDIR}/audio/portaudio2 \
libsamplerate.so:${PORTSDIR}/audio/libsamplerate \