Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Sep 2010 11:21:20 GMT
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/151026: [PATCH] net/clamz: Update to 0.4
Message-ID:  <201009281121.o8SBLKVs005972@www.freebsd.org>
Resent-Message-ID: <201009281130.o8SBU8Mb077561@freefall.freebsd.org>

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

>Number:         151026
>Category:       ports
>Synopsis:       [PATCH] net/clamz: Update to 0.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 28 11:30:07 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Bernhard Froehlich
>Release:        
>Organization:
>Environment:
FreeBSD vs1.bluelife.at 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:55:53 UTC 2010     root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
- Update to 0.4
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: net/clamz/Makefile
===================================================================
RCS file: /home/pcvs/ports/net/clamz/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- net/clamz/Makefile	27 Jul 2010 01:25:16 -0000	1.3
+++ net/clamz/Makefile	27 Sep 2010 19:52:29 -0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	clamz
-PORTVERSION=	0.2
-PORTREVISION=	2
+PORTVERSION=	0.4
 CATEGORIES=	net audio
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 
@@ -18,16 +17,12 @@
 		expat.6:${PORTSDIR}/textproc/expat2 \
 		gcrypt.17:${PORTSDIR}/security/libgcrypt
 
+CONFIGURE_ENV+=	CPPFLAGS="-I${LOCALBASE}/include" \
+		LDFLAGS="-L${LOCALBASE}/lib"
+
 GNU_CONFIGURE=	yes
 USE_GNOME=	pkgconfig
 
-PLIST_FILES=	bin/${PORTNAME}
 MAN1=		${PORTNAME}.1
 
-post-configure:
-	@${REINPLACE_CMD} \
-		-e 's|^\(compile.*\)|\1 -I${LOCALBASE}/include|' \
-		-e 's|^\(LIBS\ =\)|\1 ${LOCALBASE}/lib/libexpat.so|' \
-		${WRKSRC}/Makefile
-
 .include <bsd.port.mk>
Index: net/clamz/distinfo
===================================================================
RCS file: /home/pcvs/ports/net/clamz/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- net/clamz/distinfo	10 Jun 2009 15:41:41 -0000	1.1
+++ net/clamz/distinfo	27 Sep 2010 19:52:29 -0000
@@ -1,3 +1,3 @@
-MD5 (clamz-0.2.tar.gz) = 7e7bacae51a8be9ebf3b17ddf0b55499
-SHA256 (clamz-0.2.tar.gz) = 6a0014c85a7723c414de4d19f8b76b64761b46ba4f71f1a55938147d4189702a
-SIZE (clamz-0.2.tar.gz) = 65165
+MD5 (clamz-0.4.tar.gz) = ab7661340ee27d206f36064cfbd5bfa4
+SHA256 (clamz-0.4.tar.gz) = ecc09d09ad329f2e24c9381983a56de3c944e3a933183ca342d25d5917f34968
+SIZE (clamz-0.4.tar.gz) = 73830
--- /dev/null	2010-09-28 11:22:01.000000000 +0200
+++ net/clamz/pkg-plist	2010-09-28 09:42:58.000000000 +0200
@@ -0,0 +1,8 @@
+@comment $FreeBSD$
+bin/clamz
+share/applications/clamz.desktop
+share/mime/packages/clamz.xml
+@dirrmtry share/mime/packages
+@dirrmtry share/mime
+@dirrmtry share/applications
+@dirrmtry share


>Release-Note:
>Audit-Trail:
>Unformatted:



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