diff options
author | pav <pav@FreeBSD.org> | 2004-03-02 22:58:20 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-03-02 22:58:20 +0000 |
commit | b4d1e3847f7389876eafedd56353b7b92f16d568 (patch) | |
tree | 55f4ed8605fc283bd4a410ab7d27ffea6e79444c /security/f-prot | |
parent | e50d62a3ed5cfdbf6d922e709a5782fc2a0a03ff (diff) | |
download | FreeBSD-ports-b4d1e3847f7389876eafedd56353b7b92f16d568.zip FreeBSD-ports-b4d1e3847f7389876eafedd56353b7b92f16d568.tar.gz |
- Update to 4.3.4
- Fix pkg-plist
PR: ports/63660
Submitted by: Tim Bishop <tim@bishnet.net> (maintainer)
Diffstat (limited to 'security/f-prot')
-rw-r--r-- | security/f-prot/Makefile | 2 | ||||
-rw-r--r-- | security/f-prot/distinfo | 4 | ||||
-rw-r--r-- | security/f-prot/pkg-plist | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/security/f-prot/Makefile b/security/f-prot/Makefile index 05d918c..46366b6 100644 --- a/security/f-prot/Makefile +++ b/security/f-prot/Makefile @@ -6,7 +6,7 @@ # PORTNAME= f-prot -PORTVERSION= 4.3.3 +PORTVERSION= 4.3.4 CATEGORIES= security MASTER_SITES= ftp://ftp.i-scream.org/pub/ftp.f-prot.com/pub/bsd/ \ http://www.i-scream.org/pub/ftp.f-prot.com/pub/bsd/ diff --git a/security/f-prot/distinfo b/security/f-prot/distinfo index f7e2911..a2e8337 100644 --- a/security/f-prot/distinfo +++ b/security/f-prot/distinfo @@ -1,2 +1,2 @@ -MD5 (fp-freebsd-ws-4.3.3.tar.gz) = e67a89559b5b6513e552b571de5cc94a -SIZE (fp-freebsd-ws-4.3.3.tar.gz) = 2245143 +MD5 (fp-freebsd-ws-4.3.4.tar.gz) = 0e95b36e0e4ba1584789ad9a29793fcb +SIZE (fp-freebsd-ws-4.3.4.tar.gz) = 2258463 diff --git a/security/f-prot/pkg-plist b/security/f-prot/pkg-plist index 9ea9e0b..8268901 100644 --- a/security/f-prot/pkg-plist +++ b/security/f-prot/pkg-plist @@ -34,4 +34,4 @@ f-prot/tools/check-updates.pl %%PORTDOCS%%%%DOCSDIR%%/updt_signature.gif %%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm f-prot/tools -@unexec rmdir f-prot 2> /dev/null || true +@unexec rmdir %D/f-prot 2>/dev/null || true |