summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2012-05-22 12:46:25 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2012-05-22 12:46:25 +0000
commitb358b82735626fea7e61eb56373f42e7a4209c72 (patch)
tree17ce07a0adc6598f929fde2ececa2335391d6144 /net
parentString::TT exports a "tt" function, which takes a TT (Template Toolkit) (diff)
- Move distfile to a sane mirror and thus remove pre-fetch target
Submitted by: myself Approved by: Cy Schubert <cy@FreeBSD.org> (maintainer) Reported by: pointyhat-west
Notes
Notes: svn path=/head/; revision=297188
Diffstat (limited to 'net')
-rw-r--r--net/vnc/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/net/vnc/Makefile b/net/vnc/Makefile
index 700b397121c0..47ae216f20b0 100644
--- a/net/vnc/Makefile
+++ b/net/vnc/Makefile
@@ -7,9 +7,9 @@
PORTNAME= vnc
PORTVERSION= 4.1.3
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= net ipv6
-MASTER_SITES= http://www.realvnc.com/:vnc
+MASTER_SITES= http://home.bluelife.at/ports/distfiles/${DIST_SUBDIR}/:vnc
DISTNAME= vnc-4_1_3-unixsrc
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:vnc
DIST_SUBDIR= xc
@@ -45,7 +45,6 @@ PREFIX=${REALVNC_BASE}
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_SERVER)
-# This is a placeholder MASTER_SITES entry -- see the pre-fetch target.
MASTER_SITES+= ${MASTER_SITE_XORG:S/$/:x/}
MASTER_SITE_SUBDIR+= 4.3.0/:x
DISTFILES+= X430src-1.tgz:x \
@@ -73,11 +72,6 @@ PLIST_SUB+= SERVER=""
PLIST_SUB+= SERVER="@comment "
.endif
-# No direct URL for VNC -- have to pseudo-submit their webform.
-pre-fetch:
- @${MKDIR} ${DISTDIR}/${DIST_SUBDIR} && cd ${DISTDIR}/${DIST_SUBDIR} && \
- ${FETCH_CMD} -o ${DISTNAME}.tar.gz 'http://www.realvnc.com/cgi-bin/download.cgi?product=free4/src/unix&acceptLicense=1&haveDetails=1&filetype=tar_gz&filever=${PORTVERSION}'
-
post-extract:
.if !defined(WITHOUT_SERVER)
@cd ${WRKSRC} && ${TAR} -cf - -C ${WRKDIR} xc | ${TAR} -xf - && \