aboutsummaryrefslogtreecommitdiff
path: root/net/bittwist
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-05-01 15:06:34 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-05-01 15:06:34 +0000
commitaaf5b604b92f777530d9394d0fae4741827cdf45 (patch)
tree118a6829777d984ea97abf071727fd427f0ae881 /net/bittwist
parent8b3823ca2b16c8d2769b66bfa79f1ac762a00942 (diff)
downloadports-aaf5b604b92f777530d9394d0fae4741827cdf45.tar.gz
ports-aaf5b604b92f777530d9394d0fae4741827cdf45.zip
Notes
Diffstat (limited to 'net/bittwist')
-rw-r--r--net/bittwist/Makefile14
-rw-r--r--net/bittwist/distinfo6
-rw-r--r--net/bittwist/files/patch-Makefile15
-rw-r--r--net/bittwist/pkg-plist3
4 files changed, 7 insertions, 31 deletions
diff --git a/net/bittwist/Makefile b/net/bittwist/Makefile
index 506ffe214868..7b8249c04437 100644
--- a/net/bittwist/Makefile
+++ b/net/bittwist/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= bittwist
-PORTVERSION= 0.7
+PORTVERSION= 0.72
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -19,18 +19,12 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAKE_ARGS+= CC="${CC}" CFLAGS="${CFLAGS}"
MAN1= bittwist.1 bittwistb.1 bittwiste.1
+PLIST_FILES= bin/bittwist bin/bittwistb bin/bittwiste
.include <bsd.port.pre.mk>
-# 5.3 is the first version to have round().
-.if ${OSVERSION} < 503001
-IGNORE= does not build under 5.2 and older (no round())
-.endif
-
-# 5.3 and up do not have a new enough libpcap but does have round().
-# 6.0 and up have both a new enough libpcap and round().
-.if ${OSVERSION} >= 503001 && ${OSVERSION} < 600100
-BUILD_DEPENDS= ${LOCALBASE}/lib/libpcap.a:${PORTSDIR}/net/libpcap
+.if ${OSVERSION} < 600032
+BUILD_DEPENDS+= ${LOCALBASE}/lib/libpcap.a:${PORTSDIR}/net/libpcap
.endif
.include <bsd.port.post.mk>
diff --git a/net/bittwist/distinfo b/net/bittwist/distinfo
index a050ecaf3f62..68b212bdc364 100644
--- a/net/bittwist/distinfo
+++ b/net/bittwist/distinfo
@@ -1,3 +1,3 @@
-MD5 (bittwist-bsd-0.7.tar.gz) = fdb365f25903c1c49f973cdcb26868b5
-SHA256 (bittwist-bsd-0.7.tar.gz) = 62060b58b41bb6e8affbf10ea28408562faf5e77a2f180be3528bbde08a7a685
-SIZE (bittwist-bsd-0.7.tar.gz) = 38755
+MD5 (bittwist-bsd-0.72.tar.gz) = 917d5ff5eb0264dd59052d4a7f039822
+SHA256 (bittwist-bsd-0.72.tar.gz) = 13730a72f2a2967f605c2311a7755f1b842220f6f88f938b78a9bdd20fedd001
+SIZE (bittwist-bsd-0.72.tar.gz) = 37138
diff --git a/net/bittwist/files/patch-Makefile b/net/bittwist/files/patch-Makefile
deleted file mode 100644
index 9f10c5b73c61..000000000000
--- a/net/bittwist/files/patch-Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
---- Makefile.orig Thu Apr 13 22:58:48 2006
-+++ Makefile Sat Apr 22 21:28:25 2006
-@@ -5,10 +5,11 @@
- bindir = ${exec_prefix}/bin
- mandir = ${prefix}/man/man1
-
--CC = gcc
-+CC ?= gcc
- DEBUG = -g
- #CFLAGS = -O2 -Wall $(DEBUG)
--CFLAGS = -O2 $(DEBUG)
-+CFLAGS ?= -O2
-+CFLAGS += $(DEBUG)
- SRC = src
- DOC = doc
diff --git a/net/bittwist/pkg-plist b/net/bittwist/pkg-plist
deleted file mode 100644
index 195fca5a0394..000000000000
--- a/net/bittwist/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-bin/bittwist
-bin/bittwistb
-bin/bittwiste