Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 04 Aug 2009 01:09:25 +0200
From:      Daniel Roethlisberger <daniel@roe.ch>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        daniel@roe.ch
Subject:   ports/137403: [maintainer] Update security/fiked to 0.0.5
Message-ID:  <E1MY6ej-000DFw-IK@calvin.ustdmz.roe.ch>
Resent-Message-ID: <200908032310.n73NA2JY046186@freefall.freebsd.org>

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

>Number:         137403
>Category:       ports
>Synopsis:       [maintainer] Update security/fiked to 0.0.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 03 23:10:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Daniel Roethlisberger
>Release:        FreeBSD 7.2-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD marvin.ustcor.roe.ch 7.2-RELEASE-p2 FreeBSD 7.2-RELEASE-p2 #0: Wed Jun 24 00:57:44 UTC 2009 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386
>Description:
Update to latest upstream release 0.0.5, which is a minor bugfix release.
Also remove deprecated master site and simplify libnet handling due to
improved upstream makefile.
>How-To-Repeat:
>Fix:
--- fiked-0.0.5.diff begins here ---
diff -ruN fiked.orig/Makefile fiked/Makefile
--- fiked.orig/Makefile	2009-01-06 14:01:09.000000000 +0100
+++ fiked/Makefile	2009-08-04 01:01:10.000000000 +0200
@@ -6,11 +6,9 @@
 #
 
 PORTNAME=	fiked
-PORTVERSION=	0.0.4
-PORTREVISION=	4
+PORTVERSION=	0.0.5
 CATEGORIES=	security
-MASTER_SITES=	http://dragon.roe.ch/bitsnpieces/fiked/ \
-		http://mirror.roe.ch/dist/fiked/
+MASTER_SITES=	http://mirror.roe.ch/dist/fiked/
 
 MAINTAINER=	daniel@roe.ch
 COMMENT=	A fake IKE PSK+XAUTH daemon based on VPNC
@@ -29,14 +27,8 @@
 MAN1=		fiked.1
 PORTDOCS=	README NEWS
 
-LIBNET_CONFIG?=	${LOCALBASE}/bin/libnet11-config
-
 post-patch:
-	@${REINPLACE_CMD} -e \
-		's|=-g|=|; \
-		 s|-lnet|`${LIBNET_CONFIG} --libs`|; \
-		 s|-DWITH_LIBNET|& `${LIBNET_CONFIG} --cflags`|' \
-		${WRKSRC}/${MAKEFILE}
+	@${REINPLACE_CMD} -e 's|=-g|=|' ${WRKSRC}/${MAKEFILE}
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/fiked ${PREFIX}/bin
diff -ruN fiked.orig/distinfo fiked/distinfo
--- fiked.orig/distinfo	2005-12-21 06:09:38.000000000 +0100
+++ fiked/distinfo	2009-08-04 01:01:13.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (fiked-0.0.4.tar.bz2) = e8d1957b28195712c90e80989301581f
-SHA256 (fiked-0.0.4.tar.bz2) = a3c0f94df312321737665ba55342cacbf979b1e14b3fe978db667ccda9b0a1c4
-SIZE (fiked-0.0.4.tar.bz2) = 109062
+MD5 (fiked-0.0.5.tar.bz2) = 2313cf2e13c0d516caea72bf4b57a7e4
+SHA256 (fiked-0.0.5.tar.bz2) = 94badfbb545c4f0f4092a937d20a277a5854093417fd93f61c92b4bdea3f03fa
+SIZE (fiked-0.0.5.tar.bz2) = 109307
--- fiked-0.0.5.diff ends here ---


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1MY6ej-000DFw-IK>