aboutsummaryrefslogtreecommitdiff
path: root/net/iodine
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-03-29 11:04:20 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-03-29 11:04:20 +0000
commitdc16d6fd12cd968e09d0b3812beb0643d1b08d2e (patch)
tree9780c8af2c063a91a3f9a1d867d33ad3a12a6cb4 /net/iodine
parentc01c2f6964f0bc198298b0436c4aa2ca34b953af (diff)
downloadports-dc16d6fd12cd968e09d0b3812beb0643d1b08d2e.tar.gz
ports-dc16d6fd12cd968e09d0b3812beb0643d1b08d2e.zip
- Update to 0.4.0
Notes
Notes: svn path=/head/; revision=188738
Diffstat (limited to 'net/iodine')
-rw-r--r--net/iodine/Makefile16
-rw-r--r--net/iodine/distinfo6
2 files changed, 13 insertions, 9 deletions
diff --git a/net/iodine/Makefile b/net/iodine/Makefile
index 82d4ae8cb8a0..02b2d05e3354 100644
--- a/net/iodine/Makefile
+++ b/net/iodine/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= iodine
-PORTVERSION= 0.3.4
+PORTVERSION= 0.4.0
CATEGORIES= net
MASTER_SITES= http://code.kryo.se/iodine/
@@ -17,15 +17,19 @@ PLIST_FILES= bin/iodine sbin/iodined
PORTDOCS= CHANGELOG README TODO
+MAN8= iodine.8
+
.include <bsd.port.pre.mk>
-post-patch:
- @${REINPLACE_CMD} -e 's,^CC =,CC ?=,' -e 's,^CFLAGS =,CFLAGS +=,' \
- ${WRKSRC}/Makefile
+do-build:
+ @cd ${WRKSRC}/src; ${MAKE} all
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/iodine ${PREFIX}/bin
- ${INSTALL_PROGRAM} ${WRKSRC}/iodined ${PREFIX}/sbin
+ ${INSTALL_PROGRAM} ${WRKSRC}/bin/iodine ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/bin/iodined ${PREFIX}/sbin
+.for m in ${MAN8}
+ ${INSTALL_MAN} ${WRKSRC}/man/${m} ${MANPREFIX}/man/man8
+.endfor
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for f in ${PORTDOCS}
diff --git a/net/iodine/distinfo b/net/iodine/distinfo
index e0ca2204ae2f..10c693d1d392 100644
--- a/net/iodine/distinfo
+++ b/net/iodine/distinfo
@@ -1,3 +1,3 @@
-MD5 (iodine-0.3.4.tar.gz) = dfbc5037fe0229e15f6f15775117aef5
-SHA256 (iodine-0.3.4.tar.gz) = 08a60f1dde655e37e136a498f73abcf25562239b02aa7c272c3cceb34ca2a5d5
-SIZE (iodine-0.3.4.tar.gz) = 14207
+MD5 (iodine-0.4.0.tar.gz) = 82d331f75a99d1547e0ccc3c3efd0a7a
+SHA256 (iodine-0.4.0.tar.gz) = 6377a3a12587a82c0f0736b1c25ee88800eed0612629d5854683963954bc65b4
+SIZE (iodine-0.4.0.tar.gz) = 30075