aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2012-01-17 10:50:08 +0800
committerWesley Shields <wxs@FreeBSD.org>2012-01-17 10:50:08 +0800
commit5fd3d518dd9bc738b37821d40f1d781515000d25 (patch)
tree5f7576f4d03525b4ae5ead5c99bca54eb817ab03 /net
parent14b62dfbaa92480483f3cdf4dbc52d9c279312ea (diff)
downloadfreebsd-ports-gnome-5fd3d518dd9bc738b37821d40f1d781515000d25.tar.gz
freebsd-ports-gnome-5fd3d518dd9bc738b37821d40f1d781515000d25.tar.zst
freebsd-ports-gnome-5fd3d518dd9bc738b37821d40f1d781515000d25.zip
- Update to 1.1
Diffstat (limited to 'net')
-rw-r--r--net/bittwist/Makefile4
-rw-r--r--net/bittwist/distinfo4
-rw-r--r--net/bittwist/files/patch-Makefile18
3 files changed, 13 insertions, 13 deletions
diff --git a/net/bittwist/Makefile b/net/bittwist/Makefile
index 6c88ff4d2f65..06e4393d9b34 100644
--- a/net/bittwist/Makefile
+++ b/net/bittwist/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= bittwist
-PORTVERSION= 1.0
+PORTVERSION= 1.1
CATEGORIES= net
MASTER_SITES= SF/${PORTNAME}/_BSD/Bit-Twist%20${PORTVERSION}
DISTNAME= ${PORTNAME}-bsd-${PORTVERSION}
@@ -15,7 +15,7 @@ MAINTAINER= wxs@FreeBSD.org
COMMENT= Libpcap-based Ethernet packet generator, with PCAP editor
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-MAKE_ARGS+= CC="${CC}" CFLAGS="${CFLAGS}"
+USE_GMAKE= yes
MAKE_JOBS_SAFE= yes
MAN1= bittwist.1 bittwistb.1 bittwiste.1
diff --git a/net/bittwist/distinfo b/net/bittwist/distinfo
index 19894d706e84..8940bb4a2f43 100644
--- a/net/bittwist/distinfo
+++ b/net/bittwist/distinfo
@@ -1,2 +1,2 @@
-SHA256 (bittwist-bsd-1.0.tar.gz) = bfe3650fd71d52049587a2b3902d690ba679b0a5108e3bb453bf4136cc30547d
-SIZE (bittwist-bsd-1.0.tar.gz) = 46318
+SHA256 (bittwist-bsd-1.1.tar.gz) = 8868da8516360c3de630f748df69b2b545440c2c71fc59fc5c71f6dd53e26457
+SIZE (bittwist-bsd-1.1.tar.gz) = 44987
diff --git a/net/bittwist/files/patch-Makefile b/net/bittwist/files/patch-Makefile
index 45d005749cff..d1ae2ddde2d9 100644
--- a/net/bittwist/files/patch-Makefile
+++ b/net/bittwist/files/patch-Makefile
@@ -1,10 +1,10 @@
---- Makefile.orig Thu Aug 24 21:10:59 2006
-+++ Makefile Thu Aug 24 21:11:09 2006
+--- ./Makefile.orig 2012-01-16 13:46:05.147743123 -0500
++++ ./Makefile 2012-01-16 13:46:25.029731197 -0500
@@ -1,6 +1,6 @@
- SHELL = /bin/sh
-
--prefix = /usr/local
-+prefix = ${PREFIX}
- exec_prefix = ${prefix}
- bindir = ${exec_prefix}/bin
- mandir = ${prefix}/man/man1
+ SHELL = /bin/sh
+
+-prefix = /usr/local
++prefix = ${PREFIX}
+ exec_prefix = ${prefix}
+ bindir = ${exec_prefix}/bin
+ mandir = ${prefix}/man/man1