ports/68608: [maintainer update] net/sipsak update
Jesus Rodriguez
jesusr at FreeBSD.org
Fri Jul 2 18:02:16 UTC 2004
>Number: 68608
>Category: ports
>Synopsis: [maintainer update] net/sipsak update
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Fri Jul 02 17:40:18 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator: Jesus Rodriguez
>Release: 5-CURRENT
>Organization:
FreeBSD
>Environment:
FreeBSD wanda.jerocu.net 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Fri May 28 14:53:32 CEST 2004 root at walker.voztele.com:/usr/obj/usr/src/sys/WALKER i386
>Description:
As there is just two files installed (one executable and one man file) i've removed pkg-plist and added the excutable to PLIST_FILES in Makefile.
diff -ruN sipsak.orig/Makefile sipsak/Makefile
--- sipsak.orig/Makefile Thu Dec 18 14:35:47 2003
+++ sipsak/Makefile Fri Jul 2 19:12:31 2004
@@ -6,24 +6,18 @@
#
PORTNAME= sipsak
-PORTVERSION= 0.8.1
+PORTVERSION= 0.8.9
CATEGORIES= net
MASTER_SITES= http://download.berlios.de/sipsak/
-EXTRACT_SUFX= .tgz
+EXTRACT_SUFX= .tar.gz
MAINTAINER= jesusr at 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
+PLIST_FILES= bin/sipsak
.include <bsd.port.mk>
diff -ruN sipsak.orig/distinfo sipsak/distinfo
--- sipsak.orig/distinfo Wed Mar 31 05:10:16 2004
+++ sipsak/distinfo Fri Jul 2 19:13:06 2004
@@ -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 -ruN sipsak.orig/pkg-plist sipsak/pkg-plist
--- sipsak.orig/pkg-plist Thu Dec 18 14:35:47 2003
+++ sipsak/pkg-plist Thu Jan 1 01:00:00 1970
@@ -1,2 +0,0 @@
- at comment $FreeBSD: ports/net/sipsak/pkg-plist,v 1.1 2003/12/18 13:35:47 sergei Exp $
-bin/sipsak
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list