diff options
author | miwi <miwi@FreeBSD.org> | 2006-09-27 19:57:32 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-09-27 19:57:32 +0800 |
commit | 6d4b421f93dae9518da91b56607868a61cbceb2e (patch) | |
tree | d7e1d9315f9394830358c78fb75756aaca409d44 | |
parent | 91496197c135436dd22ef4ac501e8765b0924be9 (diff) | |
download | freebsd-ports-gnome-6d4b421f93dae9518da91b56607868a61cbceb2e.tar.gz freebsd-ports-gnome-6d4b421f93dae9518da91b56607868a61cbceb2e.tar.zst freebsd-ports-gnome-6d4b421f93dae9518da91b56607868a61cbceb2e.zip |
- 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)
-rw-r--r-- | www/www6to4/Makefile | 7 | ||||
-rw-r--r-- | www/www6to4/distinfo | 6 | ||||
-rw-r--r-- | www/www6to4/files/patch-www6to4.c | 19 | ||||
-rw-r--r-- | www/www6to4/pkg-plist | 4 |
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%% |