aboutsummaryrefslogtreecommitdiff
path: root/net/zaptel12
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2004-05-17 19:20:33 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2004-05-17 19:20:33 +0000
commite15ca43029822b8795f901b4dbe3a55ac39608fd (patch)
tree37b882c9782ffc520a9d2231232beafd06b71162 /net/zaptel12
parentf8107e4bc39e3d57b811252be5c3d04a594524f9 (diff)
downloadports-e15ca43029822b8795f901b4dbe3a55ac39608fd.tar.gz
ports-e15ca43029822b8795f901b4dbe3a55ac39608fd.zip
Update to 0.3.
Notes
Notes: svn path=/head/; revision=109361
Diffstat (limited to 'net/zaptel12')
-rw-r--r--net/zaptel12/Makefile2
-rw-r--r--net/zaptel12/distinfo4
-rw-r--r--net/zaptel12/files/patch-ztcfg::Makefile9
3 files changed, 7 insertions, 8 deletions
diff --git a/net/zaptel12/Makefile b/net/zaptel12/Makefile
index b8aa1ecf67df..c2193ef964f1 100644
--- a/net/zaptel12/Makefile
+++ b/net/zaptel12/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= zaptel
-PORTVERSION= 0.2
+PORTVERSION= 0.3
CATEGORIES= misc
MASTER_SITES= http://www.portaone.com/~sobomax/
DISTNAME= ${PORTNAME}-freebsd-${PORTVERSION}
diff --git a/net/zaptel12/distinfo b/net/zaptel12/distinfo
index 121ef7d3399c..632d55390e2b 100644
--- a/net/zaptel12/distinfo
+++ b/net/zaptel12/distinfo
@@ -1,2 +1,2 @@
-MD5 (zaptel-freebsd-0.2.tar.gz) = 0bf73d83c17e4700a781457c6612418f
-SIZE (zaptel-freebsd-0.2.tar.gz) = 102087
+MD5 (zaptel-freebsd-0.3.tar.gz) = 9ac81ce8e87029f899532b8d4d9ada76
+SIZE (zaptel-freebsd-0.3.tar.gz) = 102731
diff --git a/net/zaptel12/files/patch-ztcfg::Makefile b/net/zaptel12/files/patch-ztcfg::Makefile
index 718343538a15..8acfc8400394 100644
--- a/net/zaptel12/files/patch-ztcfg::Makefile
+++ b/net/zaptel12/files/patch-ztcfg::Makefile
@@ -1,8 +1,8 @@
$FreeBSD$
---- ztcfg/Makefile.orig Wed Apr 28 04:27:36 2004
-+++ ztcfg/Makefile Thu Apr 29 18:04:14 2004
+--- ztcfg/Makefile.orig Mon May 17 18:00:11 2004
++++ ztcfg/Makefile Mon May 17 04:09:57 2004
@@ -1,10 +1,10 @@
-CFLAGS+= -I/usr/local/include -I. -I../zaptel -DUSE_LOCAL_INCLUDE=1
-INSTALL=/usr/bin/install
@@ -17,13 +17,13 @@ $FreeBSD$
ztcfg.c: ztcfg.h
-@@ -12,10 +12,14 @@
+@@ -12,9 +12,14 @@
ar r libtonezone.a tonezone.o zonedata.o
install:
- $(INSTALL) -o root -g wheel -m 644 libtonezone.a /usr/local/lib/
- $(INSTALL) -o root -g wheel -m 644 tonezone.h /usr/local/include/
-- $(INSTALL) -o root -g wheel -m 644 ../zaptel/zaptel.h /usr/include/
+- $(INSTALL) -o root -g wheel -m 644 ../zaptel/zaptel.h /usr/local/include/
+ ${BSD_INSTALL_PROGRAM} ztcfg ${PREFIX}/bin
+ ${BSD_INSTALL_DATA} libtonezone.a ${PREFIX}/lib
+ ${BSD_INSTALL_DATA} tonezone.h ${PREFIX}/include
@@ -35,4 +35,3 @@ $FreeBSD$
clean:
rm -f *.o ztcfg *.a
--