diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-09 21:48:58 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-09 21:48:58 +0000 |
commit | 404c5bc0adf1610863b532d27e2ed93f180ce46c (patch) | |
tree | 2438d42271b8f1d29a319ab0315b6e84e0cec1f9 /security/ftimes | |
parent | 25823620e7187d9e636c00dabe83c26b248c00bb (diff) | |
download | ports-404c5bc0adf1610863b532d27e2ed93f180ce46c.tar.gz ports-404c5bc0adf1610863b532d27e2ed93f180ce46c.zip |
- Update to 3.4.0
PR: ports/66362
Submitted by: klm <klm@uidzero.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=108769
Diffstat (limited to 'security/ftimes')
-rw-r--r-- | security/ftimes/Makefile | 8 | ||||
-rw-r--r-- | security/ftimes/distinfo | 4 | ||||
-rw-r--r-- | security/ftimes/files/patch-configure | 11 | ||||
-rw-r--r-- | security/ftimes/files/patch-etc::Makefile.in | 18 |
4 files changed, 22 insertions, 19 deletions
diff --git a/security/ftimes/Makefile b/security/ftimes/Makefile index 72f96a2313bc..af3f1b408b9d 100644 --- a/security/ftimes/Makefile +++ b/security/ftimes/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: ftimes +# New ports collection makefile for: ftimes # Date created: 20 August 2002 # Whom: Klayton Monroe <klm@uidzero.org> # @@ -6,7 +6,7 @@ # PORTNAME= ftimes -PORTVERSION= 3.3.0 +PORTVERSION= 3.4.0 CATEGORIES= security sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ftimes @@ -16,7 +16,6 @@ MAINTAINER= klm@uidzero.org COMMENT= A system baselining and evidence collection tool GNU_CONFIGURE= YES -USE_REINPLACE= YES .if defined(WITHOUT_SSL) CONFIGURE_ARGS+= --without-ssl @@ -33,9 +32,6 @@ CFLAGS+= -static MAN1= ftimes.1 -post-patch: - ${REINPLACE_CMD} -e "s,-O2,${CFLAGS},g" ${WRKSRC}/configure - post-install: ${STRIP_CMD} ${PREFIX}/bin/ftimes diff --git a/security/ftimes/distinfo b/security/ftimes/distinfo index 85e038d6486a..1d44d3c0b028 100644 --- a/security/ftimes/distinfo +++ b/security/ftimes/distinfo @@ -1,2 +1,2 @@ -MD5 (ftimes-3.3.0.tgz) = 552c3c6d9796dade37533308a31772dc -SIZE (ftimes-3.3.0.tgz) = 310311 +MD5 (ftimes-3.4.0.tgz) = 99ed52a7db1985803fd380c1c94f38ec +SIZE (ftimes-3.4.0.tgz) = 321605 diff --git a/security/ftimes/files/patch-configure b/security/ftimes/files/patch-configure deleted file mode 100644 index 89bd296d0b0d..000000000000 --- a/security/ftimes/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Sat Feb 28 17:48:30 2004 -+++ configure Sat Feb 28 17:49:52 2004 -@@ -1441,6 +1441,8 @@ - _ACEOF - - ;; -+amd64*) -+ ;; - *) - echo - echo "The target cpu, $host_cpu, is not currently supported." diff --git a/security/ftimes/files/patch-etc::Makefile.in b/security/ftimes/files/patch-etc::Makefile.in new file mode 100644 index 000000000000..be64409aaabc --- /dev/null +++ b/security/ftimes/files/patch-etc::Makefile.in @@ -0,0 +1,18 @@ +--- etc/Makefile.in.orig Fri May 7 17:13:58 2004 ++++ etc/Makefile.in Fri May 7 17:14:09 2004 +@@ -27,7 +27,6 @@ + get.cfg.sample\ + mapfull.cfg.sample\ + maplean.cfg.sample\ +- nph-ftimes.cfg.sample\ + put.cfg.sample + DST_FILES =\ + ${etcdir}/digfull.cfg.sample\ +@@ -35,7 +34,6 @@ + ${etcdir}/get.cfg.sample\ + ${etcdir}/mapfull.cfg.sample\ + ${etcdir}/maplean.cfg.sample\ +- ${etcdir}/nph-ftimes.cfg.sample\ + ${etcdir}/put.cfg.sample + + all: ${SRC_FILES} |