summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-09-27 11:57:32 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-09-27 11:57:32 +0000
commit6f7d861afc6235b6061a292e38cdce04ccfab207 (patch)
tree4b83fb6bbfe332622acffe4c2aef0be6a47c7112 /www
parentSupport printing over CUPS 1.2.x' unix domain socket interface. (diff)
- Update to 1.6
- Remove respect DESTDIR PR: ports/101880 Submitted by: chinsan <chinsan.tw(at)gmail.com> Approved by: Janos Mohacsi <mohacsi@niif.hu> (maintainer)
Notes
Notes: svn path=/head/; revision=173970
Diffstat (limited to 'www')
-rw-r--r--www/www6to4/Makefile7
-rw-r--r--www/www6to4/distinfo6
-rw-r--r--www/www6to4/files/patch-www6to4.c19
-rw-r--r--www/www6to4/pkg-plist4
4 files changed, 11 insertions, 25 deletions
diff --git a/www/www6to4/Makefile b/www/www6to4/Makefile
index f790c3298ccb..93a6b758a47f 100644
--- a/www/www6to4/Makefile
+++ b/www/www6to4/Makefile
@@ -5,13 +5,18 @@
# $FreeBSD$
PORTNAME= www6to4
-PORTVERSION= 1.5
+PORTVERSION= 1.6
CATEGORIES= www ipv6
MASTER_SITES= ftp://ftp.pasta.cs.uit.no/pub/Vermicelli/
MAINTAINER= janos.mohacsi@bsd.hu
COMMENT= Lightweight http proxy to help IPv4 only browsers
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/./-/}
+
+post-patch:
+ @${REINPLACE_CMD} -e 's,/etc,${PREFIX}/etc,' \
+ ${WRKSRC}/www6to4.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/www6to4 ${PREFIX}/sbin
@if [ ! -d ${PREFIX}/etc/www6to4 ]; then \
diff --git a/www/www6to4/distinfo b/www/www6to4/distinfo
index f6cf16463ce9..ed6e13126730 100644
--- a/www/www6to4/distinfo
+++ b/www/www6to4/distinfo
@@ -1,3 +1,3 @@
-MD5 (www6to4-1.5.tar.gz) = 6f1e4940c0f82196d8ebbe52761e2478
-SHA256 (www6to4-1.5.tar.gz) = f1fcabdf9bd972e6898e4a51c3d80d1c08b390315753f0ab08b468615e782549
-SIZE (www6to4-1.5.tar.gz) = 25691
+MD5 (www6to4-1.6.tar.gz) = 12df3193e798f5c18667a805aaa6d6ec
+SHA256 (www6to4-1.6.tar.gz) = 75c8a27b018cdda95d2a77e06bcc1c1c4a94ff6c0e9c459b9092d9c417619efa
+SIZE (www6to4-1.6.tar.gz) = 25798
diff --git a/www/www6to4/files/patch-www6to4.c b/www/www6to4/files/patch-www6to4.c
deleted file mode 100644
index fb0aa71dd939..000000000000
--- a/www/www6to4/files/patch-www6to4.c
+++ /dev/null
@@ -1,19 +0,0 @@
-*** www6to4.c.orig Fri Mar 22 00:25:51 2002
---- www6to4.c Fri Mar 22 00:26:48 2002
-***************
-*** 59,65 ****
- char *patterns[MAXPATTERNS];
- int lastpattern = -1;
-
-! char *default_configfile = "/etc/www6to4.conf";
- char *configfile = NULL;
- char *forwardfile = NULL;
- int debug = 0;
---- 59,65 ----
- char *patterns[MAXPATTERNS];
- int lastpattern = -1;
-
-! char *default_configfile = "/usr/local/etc/www6to4/www6to4.conf";
- char *configfile = NULL;
- char *forwardfile = NULL;
- int debug = 0;
diff --git a/www/www6to4/pkg-plist b/www/www6to4/pkg-plist
index efdf5e1d94a6..4d8323490390 100644
--- a/www/www6to4/pkg-plist
+++ b/www/www6to4/pkg-plist
@@ -2,6 +2,6 @@ sbin/www6to4
etc/www6to4/www6to4.conf.sample
etc/www6to4/www6to4_forward.conf.sample
etc/rc.d/www6to4.sh
-%%PORTDOCS%%share/doc/www6to4/README
+%%PORTDOCS%%%%DOCSDIR%%/README
@dirrm etc/www6to4
-%%PORTDOCS%%@dirrm share/doc/www6to4
+%%PORTDOCS%%@dirrm %%DOCSDIR%%