aboutsummaryrefslogtreecommitdiff
path: root/net/6tunnel
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2014-04-10 00:03:48 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2014-04-10 00:03:48 +0000
commit21c7fb7aa514805bf908d30c88f4b0becf5bb80c (patch)
treed9269495304b42877eb904c6cd88b6d6215d81ca /net/6tunnel
parentd965ac1ef9fc82cfa600129233f32aedd8797fa3 (diff)
downloadports-21c7fb7aa514805bf908d30c88f4b0becf5bb80c.tar.gz
ports-21c7fb7aa514805bf908d30c88f4b0becf5bb80c.zip
- Take maintainership
- Stage - Add LICENSE=GPLv2 [1] - Update to git version from 2013 which fixes: * ignore IPv4/IPv6 address hints when option -H is present. * fix an error in the "hints" handling of the host resolver which confused local/source and remote hint (AF_INET/AF_INET6).
Notes
Notes: svn path=/head/; revision=350748
Diffstat (limited to 'net/6tunnel')
-rw-r--r--net/6tunnel/Makefile28
-rw-r--r--net/6tunnel/distinfo4
2 files changed, 20 insertions, 12 deletions
diff --git a/net/6tunnel/Makefile b/net/6tunnel/Makefile
index 945db65bfa2a..ca1c53f12f4f 100644
--- a/net/6tunnel/Makefile
+++ b/net/6tunnel/Makefile
@@ -2,23 +2,31 @@
# $FreeBSD$
PORTNAME= 6tunnel
-DISTVERSION= 0.11rc2
-PORTREVISION= 2
+DISTVERSION= 0.11rc2.20130525
CATEGORIES= net ipv6
-MASTER_SITES= http://toxygen.net/6tunnel/
+MASTER_SITES= GH \
+ LOCAL/bdrewery/${PORTNAME}/
-MAINTAINER= ports@FreeBSD.org
-COMMENT= TCP proxy for applications that don't speak IPv6
+MAINTAINER= bdrewery@FreeBSD.org
+COMMENT= TCP proxy for applications that do not speak IPv6
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}rc2
+LICENSE= GPLv2
GNU_CONFIGURE= yes
USE_AUTOTOOLS= autoconf
ALL_TARGET= default
-MAN1= 6tunnel.1
-MANCOMPRESSED= no
-PLIST_FILES= bin/6tunnel
+USE_GITHUB= yes
+GH_ACCOUNT= wojtekka
+GH_PROJECT= ${PORTNAME}
+GH_COMMIT= 2d33461
+GH_TAGNAME= ${GH_COMMIT}
+
+PLIST_FILES= bin/6tunnel \
+ man/man1/6tunnel.1.gz
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1/
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/net/6tunnel/distinfo b/net/6tunnel/distinfo
index c73a206de663..3ce5b434dffd 100644
--- a/net/6tunnel/distinfo
+++ b/net/6tunnel/distinfo
@@ -1,2 +1,2 @@
-SHA256 (6tunnel-0.11rc2.tar.gz) = 58a6e274a46f04dce158be0e071bf076af0dc7b92bc3d8212dc827ab43e1db07
-SIZE (6tunnel-0.11rc2.tar.gz) = 17522
+SHA256 (6tunnel-0.11rc2.20130525.tar.gz) = 81511ae63d1fdd41e0c0c245ba5db7d9a870aee305eb20318b7c6fa7a164810c
+SIZE (6tunnel-0.11rc2.20130525.tar.gz) = 17864