Bug 64438 - [MAINTAINER] security/f-prot-sig: update to 20040318
Summary: [MAINTAINER] security/f-prot-sig: update to 20040318
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Oliver Eikemeier
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-18 21:30 UTC by Tim Bishop
Modified: 2004-03-18 22:13 UTC (History)
1 user (show)

See Also:


Attachments
f-prot-sig-20040318.patch (464 bytes, patch)
2004-03-18 21:30 UTC, Tim Bishop
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Bishop freebsd_committer freebsd_triage 2004-03-18 21:30:22 UTC
- Bump definitions with new release of f-prot (4.4.1)

Generated with FreeBSD Port Tools 0.50
Comment 1 Oliver Eikemeier 2004-03-18 21:52:54 UTC
How do you think about the following?

Index: f-prot-sig/Makefile
===================================================================
RCS file: /home/pcvs/ports/security/f-prot-sig/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- f-prot-sig/Makefile	8 Mar 2004 00:08:12 -0000	1.3
+++ f-prot-sig/Makefile	18 Mar 2004 21:48:43 -0000
@@ -6,16 +6,17 @@
 #
 
 PORTNAME=	f-prot-sig
-PORTVERSION=	20040307
+PORTVERSION=	20040318
 CATEGORIES=	security
 MASTER_SITES=	ftp://ftp.f-prot.com/pub/
 DISTFILES=	fp-def.zip macrdef2.zip
+DIST_SUBDIR=	${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	tim@bishnet.net
 COMMENT=	F-Prot Antivirus Signatures
 
 # F-Prot does not version their .DEF files so the port always pulls the latest.
-NO_CHECKSUM=	yes
+IGNOREFILES=	${DISTFILES}
 
 NO_PACKAGE=	Free for personal use only
 NO_CDROM=	Free for personal use only
Index: f-prot-sig/distinfo
===================================================================
RCS file: f-prot-sig/distinfo
diff -N f-prot-sig/distinfo
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ f-prot-sig/distinfo	18 Mar 2004 21:48:43 -0000
@@ -0,0 +1,2 @@
+MD5 (f-prot-sig-20040318/fp-def.zip) = IGNORE
+MD5 (f-prot-sig-20040318/macrdef2.zip) = IGNORE
Comment 2 Oliver Eikemeier freebsd_committer freebsd_triage 2004-03-18 21:54:14 UTC
State Changed
From-To: open->feedback

suggested alternate patch 


Comment 3 Oliver Eikemeier freebsd_committer freebsd_triage 2004-03-18 21:54:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->eik

I'll handle this.
Comment 4 Tim Bishop freebsd_committer freebsd_triage 2004-03-18 22:04:22 UTC
On Thu, Mar 18, 2004 at 10:52:54PM +0100, Oliver Eikemeier wrote:
> How do you think about the following?

Need to drop the post-extract target too...

Tim.


Index: Makefile
===================================================================
RCS file: /u1/freebsd/cvs/ports/security/f-prot-sig/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile    8 Mar 2004 00:08:12 -0000       1.3
+++ Makefile    18 Mar 2004 22:00:39 -0000
@@ -6,16 +6,17 @@
 #
 
 PORTNAME=      f-prot-sig
-PORTVERSION=   20040307
+PORTVERSION=   20040318
 CATEGORIES=    security
 MASTER_SITES=  ftp://ftp.f-prot.com/pub/
 DISTFILES=     fp-def.zip macrdef2.zip
+DIST_SUBDIR=   ${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=    tim@bishnet.net
 COMMENT=       F-Prot Antivirus Signatures
 
 # F-Prot does not version their .DEF files so the port always pulls the
 # latest.
-NO_CHECKSUM=   yes
+IGNOREFILES=   ${DISTFILES}
 
 NO_PACKAGE=    Free for personal use only
 NO_CDROM=      Free for personal use only
@@ -24,11 +25,6 @@
 NO_BUILD=      YES
 NO_WRKSUBDIR=  YES
 USE_ZIP=       YES
-
-post-extract:
-.for fetched in ${DISTFILES}
-       ${MV} ${DISTDIR}/${fetched} ${DISTDIR}/${fetched}-${PORTVERSION}.zip
-.endfor
 
 do-install:
        ${MKDIR} ${PREFIX}/f-prot
Index: distinfo
===================================================================
RCS file: distinfo
diff -N distinfo
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ distinfo    18 Mar 2004 22:01:34 -0000
@@ -0,0 +1,2 @@
+MD5 (f-prot-sig-20040318/fp-def.zip) = IGNORE
+MD5 (f-prot-sig-20040318/macrdef2.zip) = IGNORE

-- 
Tim Bishop
http://www.bishnet.net/tim
PGP Key: 0x5AE7D984
Comment 5 Oliver Eikemeier freebsd_committer freebsd_triage 2004-03-18 22:13:08 UTC
State Changed
From-To: feedback->closed

Committed, thanks