From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 2 18:02:16 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56E6016A4CE for ; Fri, 2 Jul 2004 18:02:16 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D89E43D3F for ; Fri, 2 Jul 2004 18:02:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i62HeIOO004536 for ; Fri, 2 Jul 2004 17:40:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i62HeIMj004535; Fri, 2 Jul 2004 17:40:18 GMT (envelope-from gnats) Resent-Date: Fri, 2 Jul 2004 17:40:18 GMT Resent-Message-Id: <200407021740.i62HeIMj004535@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jesus Rodriguez Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22B4316A4CE for ; Fri, 2 Jul 2004 17:38:18 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C53C43D1F for ; Fri, 2 Jul 2004 17:38:18 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i62HYPsR055849 for ; Fri, 2 Jul 2004 17:34:25 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i62HYPqJ055846; Fri, 2 Jul 2004 17:34:25 GMT (envelope-from nobody) Message-Id: <200407021734.i62HYPqJ055846@www.freebsd.org> Date: Fri, 2 Jul 2004 17:34:25 GMT From: Jesus Rodriguez To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/68608: [maintainer update] net/sipsak update X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 18:02:16 -0000 >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 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: