diff options
author | Philippe Audeoud <jadawin@FreeBSD.org> | 2008-06-25 20:06:27 +0000 |
---|---|---|
committer | Philippe Audeoud <jadawin@FreeBSD.org> | 2008-06-25 20:06:27 +0000 |
commit | dbd350ef49e6b574baa28795940b560797a58409 (patch) | |
tree | 2e9f2e1575c848ace94395b5b03822a71e252834 /security/fakeroot | |
parent | 924bd83c44c74d575be7f220daa4ff1e4dca8dd0 (diff) |
Notes
Diffstat (limited to 'security/fakeroot')
-rw-r--r-- | security/fakeroot/Makefile | 2 | ||||
-rw-r--r-- | security/fakeroot/distinfo | 6 | ||||
-rw-r--r-- | security/fakeroot/files/patch-configure | 11 |
3 files changed, 4 insertions, 15 deletions
diff --git a/security/fakeroot/Makefile b/security/fakeroot/Makefile index 903782422420..159cde057f84 100644 --- a/security/fakeroot/Makefile +++ b/security/fakeroot/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fakeroot -PORTVERSION= 1.9.4 +PORTVERSION= 1.9.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 4b34133c4d57..5ead3eebef81 100644 --- a/security/fakeroot/distinfo +++ b/security/fakeroot/distinfo @@ -1,3 +1,3 @@ -MD5 (fakeroot_1.9.4.tar.gz) = c324eb1e157edad17d98b1b2c8b99e25 -SHA256 (fakeroot_1.9.4.tar.gz) = 8c55b1640c726bd421b68a1119f20b002eb29d95ae58d480a1d5d7d8afba1e81 -SIZE (fakeroot_1.9.4.tar.gz) = 394029 +MD5 (fakeroot_1.9.5.tar.gz) = 95c0c78c734b9782ec8d47e99c8e3fc8 +SHA256 (fakeroot_1.9.5.tar.gz) = 2cbf95aef9e3f9a32b6859ae35723eaa76b5ed483ddaa654cf627d1eacdea5fa +SIZE (fakeroot_1.9.5.tar.gz) = 395829 diff --git a/security/fakeroot/files/patch-configure b/security/fakeroot/files/patch-configure deleted file mode 100644 index ba8eaa6dcf9e..000000000000 --- a/security/fakeroot/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2008-04-25 20:11:19.000000000 +0200 -+++ configure 2008-04-25 20:11:30.000000000 +0200 -@@ -11755,7 +11755,7 @@ - { - - int __xmknodat ( int ver, -- inf dirfd, -+ int dirfd, - const char *pathname , - mode_t mode , dev_t dev); - |