diff options
author | lioux <lioux@FreeBSD.org> | 2005-12-14 11:53:35 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2005-12-14 11:53:35 +0800 |
commit | e068d99d5b4e48f82e5d8f1084f8d2acfd6c76b2 (patch) | |
tree | 519ce1e46996343a365385065d6f90c643ff0ee0 /security | |
parent | d7ccd5ec0b73bd80db6920007842db207105235a (diff) | |
download | freebsd-ports-gnome-e068d99d5b4e48f82e5d8f1084f8d2acfd6c76b2.tar.gz freebsd-ports-gnome-e068d99d5b4e48f82e5d8f1084f8d2acfd6c76b2.tar.zst freebsd-ports-gnome-e068d99d5b4e48f82e5d8f1084f8d2acfd6c76b2.zip |
Update to 1.5.5
Approved by: maintainer
Diffstat (limited to 'security')
-rw-r--r-- | security/fakeroot/Makefile | 2 | ||||
-rw-r--r-- | security/fakeroot/distinfo | 5 | ||||
-rw-r--r-- | security/fakeroot/pkg-plist | 10 |
3 files changed, 12 insertions, 5 deletions
diff --git a/security/fakeroot/Makefile b/security/fakeroot/Makefile index 3b362d29df79..715be4bda301 100644 --- a/security/fakeroot/Makefile +++ b/security/fakeroot/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fakeroot -PORTVERSION= 1.4.2 +PORTVERSION= 1.5.5 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_DEBIAN} MASTER_SITE_SUBDIR= pool/main/f/fakeroot diff --git a/security/fakeroot/distinfo b/security/fakeroot/distinfo index 922f4cbb5033..de65946b97b9 100644 --- a/security/fakeroot/distinfo +++ b/security/fakeroot/distinfo @@ -1,2 +1,3 @@ -MD5 (fakeroot_1.4.2.tar.gz) = 42f7b5fa763c9a302387d4228d9376c2 -SIZE (fakeroot_1.4.2.tar.gz) = 1141386 +MD5 (fakeroot_1.5.5.tar.gz) = bf177f1e2d71a1e6c11782106e157bef +SHA256 (fakeroot_1.5.5.tar.gz) = 3dc0fe4c726cf5c59653a5fbb4cec97871a060b76cffce5da3f539aa54c8635f +SIZE (fakeroot_1.5.5.tar.gz) = 974397 diff --git a/security/fakeroot/pkg-plist b/security/fakeroot/pkg-plist index de28ceb1c5a1..66e0e9153a7d 100644 --- a/security/fakeroot/pkg-plist +++ b/security/fakeroot/pkg-plist @@ -1,6 +1,12 @@ bin/faked bin/fakeroot -lib/libfakeroot.so.0 -lib/libfakeroot.so lib/libfakeroot.a +lib/libfakeroot.so +lib/libfakeroot.so.0 man/fr/man1/fakeroot.1.gz +@unexec rmdir %D/man/sv/man1 2>/dev/null || true +@unexec rmdir %D/man/sv 2>/dev/null || true +@unexec rmdir %D/man/fr/man1 2>/dev/null || true +@unexec rmdir %D/man/fr 2>/dev/null || true +@unexec rmdir %D/man/es/man1 2>/dev/null || true +@unexec rmdir %D/man/es 2>/dev/null || true |