Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Jul 2004 17:34:25 GMT
From:      Jesus Rodriguez <jesusr@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/68608: [maintainer update] net/sipsak update
Message-ID:  <200407021734.i62HYPqJ055846@www.freebsd.org>
Resent-Message-ID: <200407021740.i62HeIMj004535@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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@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 @@
-@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407021734.i62HYPqJ055846>