ports/82346: Update port: security/ftimes/3.4.0 --> 3.5.0

klm at uidzero.org klm at uidzero.org
Fri Jun 17 01:00:37 UTC 2005


>Number:         82346
>Category:       ports
>Synopsis:       Update port: security/ftimes 3.4.0 --> 3.5.0
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 17 01:00:36 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     klm
>Release:        FreeBSD 4.10-RELEASE-p5 i386
>Organization:
>Environment:
System:

>Description:

>How-To-Repeat:

>Fix:

--- ftimes-3.5.0.diff begins here ---
diff -urP ftimes/Makefile ftimes-3.5.0/Makefile
--- ftimes/Makefile	Sun May  9 21:48:58 2004
+++ ftimes-3.5.0/Makefile	Fri Jun 17 00:24:51 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=		ftimes
-PORTVERSION=		3.4.0
+PORTVERSION=		3.5.0
 CATEGORIES=		security sysutils
 MASTER_SITES=		${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	ftimes
@@ -17,6 +17,31 @@
 
 GNU_CONFIGURE=		YES
 
+.if defined(WITHOUT_DIG_TOOLS)
+PLIST_SUB+=             DIG_TOOLS="@comment "
+.else
+PLIST_SUB+=             DIG_TOOLS=""
+CONFIGURE_ARGS+=        --with-dig-tools
+.endif
+
+.if defined(WITHOUT_HASHDIG_TOOLS)
+PLIST_SUB+=             HASHDIG_TOOLS="@comment "
+.else
+PLIST_SUB+=             HASHDIG_TOOLS=""
+CONFIGURE_ARGS+=        --with-hashdig-tools
+.endif
+
+.if defined(WITHOUT_MAP_TOOLS)
+PLIST_SUB+=             MAP_TOOLS="@comment "
+.else
+PLIST_SUB+=             MAP_TOOLS=""
+CONFIGURE_ARGS+=        --with-map-tools
+.endif
+
+.if defined(WITHOUT_PCRE)
+CONFIGURE_ARGS+=	--without-pcre
+.endif
+
 .if defined(WITHOUT_SSL)
 CONFIGURE_ARGS+=	--without-ssl
 .else
@@ -24,9 +49,7 @@
 CONFIGURE_ARGS+=	--with-ssl=${OPENSSLBASE}
 .endif
 
-.if defined(NO_STATIC)
-CFLAGS+=
-.else
+.if !defined(NO_STATIC)
 CFLAGS+=		-static
 .endif
 
diff -urP ftimes/distinfo ftimes-3.5.0/distinfo
--- ftimes/distinfo	Sun May  9 21:48:58 2004
+++ ftimes-3.5.0/distinfo	Fri Jun 17 00:32:43 2005
@@ -1,2 +1,2 @@
-MD5 (ftimes-3.4.0.tgz) = 99ed52a7db1985803fd380c1c94f38ec
-SIZE (ftimes-3.4.0.tgz) = 321605
+MD5 (ftimes-3.5.0.tgz) = 4debca298c5e4040fa0bad427cfea597
+SIZE (ftimes-3.5.0.tgz) = 400650
diff -urP ftimes/pkg-plist ftimes-3.5.0/pkg-plist
--- ftimes/pkg-plist	Fri Oct  3 07:13:01 2003
+++ ftimes-3.5.0/pkg-plist	Fri Jun 17 00:29:55 2005
@@ -1,3 +1,17 @@
+%%DIG_TOOLS%%bin/ftimes-dig2ctx.pl
+%%DIG_TOOLS%%bin/hipdig.pl
+%%HASHDIG_TOOLS%%bin/hashdig-bash.pl
+%%HASHDIG_TOOLS%%bin/hashdig-bind.pl
+%%HASHDIG_TOOLS%%bin/hashdig-dump.pl
+%%HASHDIG_TOOLS%%bin/hashdig-filter.pl
+%%HASHDIG_TOOLS%%bin/hashdig-harvest-sunsolve.pl
+%%HASHDIG_TOOLS%%bin/hashdig-harvest.pl
+%%HASHDIG_TOOLS%%bin/hashdig-make.pl
+%%HASHDIG_TOOLS%%bin/hashdig-resolve-sunsolve.pl
+%%HASHDIG_TOOLS%%bin/hashdig-stat.pl
+%%HASHDIG_TOOLS%%bin/hashdig-weed.pl
+%%MAP_TOOLS%%bin/ftimes-map2dbi.pl
+%%MAP_TOOLS%%bin/ftimes-map2mac.pl
 bin/ftimes
 etc/digfull.cfg.sample
 etc/diglean.cfg.sample
--- ftimes-3.5.0.diff ends here ---

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



More information about the freebsd-ports-bugs mailing list