aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-07-02 23:31:18 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-07-02 23:31:18 +0000
commite49e8a78d5fe1b0a5be3d3e2aeac30742682c4ef (patch)
treefd10b8423603bea32dee8bdc24ed2299233e6f1d /net
parentf0fb0ecbbec5648bcbbcea486e8f6f23d11776bf (diff)
downloadports-e49e8a78d5fe1b0a5be3d3e2aeac30742682c4ef.tar.gz
ports-e49e8a78d5fe1b0a5be3d3e2aeac30742682c4ef.zip
- Update to 0.8.9
PR: ports/68608 Submitted by: jesusr (maintainer)
Notes
Notes: svn path=/head/; revision=112818
Diffstat (limited to 'net')
-rw-r--r--net/sipsak/Makefile16
-rw-r--r--net/sipsak/distinfo4
-rw-r--r--net/sipsak/pkg-plist2
3 files changed, 6 insertions, 16 deletions
diff --git a/net/sipsak/Makefile b/net/sipsak/Makefile
index 6067c225f711..e0fedadf1207 100644
--- a/net/sipsak/Makefile
+++ b/net/sipsak/Makefile
@@ -6,24 +6,16 @@
#
PORTNAME= sipsak
-PORTVERSION= 0.8.1
+PORTVERSION= 0.8.9
CATEGORIES= net
MASTER_SITES= http://download.berlios.de/sipsak/
-EXTRACT_SUFX= .tgz
MAINTAINER= jesusr@FreeBSD.org
COMMENT= Small command line tool for SIP testing
-MAN1= sipsak.1
-
-do-build:
- cd ${WRKSRC} && \
- ${CC} ${CFLAGS} -c md5.c && \
- ${CC} ${CFLAGS} -c sipsak.c && \
- ${CC} ${LDFLAGS} -o sipsak md5.o sipsak.o
+GNU_CONFIGURE= yes
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/sipsak ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/sipsak.1 ${MAN1PREFIX}/man/man1
+MAN1= sipsak.1
+PLIST_FILES= bin/sipsak
.include <bsd.port.mk>
diff --git a/net/sipsak/distinfo b/net/sipsak/distinfo
index f9e8e9bce333..43b2c3a22c11 100644
--- a/net/sipsak/distinfo
+++ b/net/sipsak/distinfo
@@ -1,2 +1,2 @@
-MD5 (sipsak-0.8.1.tgz) = 52d7799baee1af23c0fed682a620a867
-SIZE (sipsak-0.8.1.tgz) = 31284
+MD5 (sipsak-0.8.9.tar.gz) = 567aaf2e746e005852fec8d7ab86dc0b
+SIZE (sipsak-0.8.9.tar.gz) = 125919
diff --git a/net/sipsak/pkg-plist b/net/sipsak/pkg-plist
deleted file mode 100644
index 09e55b01d417..000000000000
--- a/net/sipsak/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $FreeBSD$
-bin/sipsak