Bug 68608 - [maintainer update] net/sipsak update
Summary: [maintainer update] net/sipsak update
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-02 18:40 UTC by Jesus
Modified: 2004-07-03 00:31 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesus freebsd_committer freebsd_triage 2004-07-02 18:40:18 UTC
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
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2004-07-03 00:31:25 UTC
State Changed
From-To: open->closed

Committed, thanks!