diff options
author | pav <pav@FreeBSD.org> | 2004-07-03 07:31:18 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-07-03 07:31:18 +0800 |
commit | c8c6eb4aa6d3a67eb249225a679478130cae324c (patch) | |
tree | 31bbfa9b174e2336dbb37ebcdffda1e5775e0b48 /net/sipsak | |
parent | 43055d61af5e76cd91487655617237075ca2426e (diff) | |
download | freebsd-ports-gnome-c8c6eb4aa6d3a67eb249225a679478130cae324c.tar.gz freebsd-ports-gnome-c8c6eb4aa6d3a67eb249225a679478130cae324c.tar.zst freebsd-ports-gnome-c8c6eb4aa6d3a67eb249225a679478130cae324c.zip |
- Update to 0.8.9
PR: ports/68608
Submitted by: jesusr (maintainer)
Diffstat (limited to 'net/sipsak')
-rw-r--r-- | net/sipsak/Makefile | 16 | ||||
-rw-r--r-- | net/sipsak/distinfo | 4 | ||||
-rw-r--r-- | net/sipsak/pkg-plist | 2 |
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 |