diff options
author | jadawin <jadawin@FreeBSD.org> | 2008-06-26 04:06:27 +0800 |
---|---|---|
committer | jadawin <jadawin@FreeBSD.org> | 2008-06-26 04:06:27 +0800 |
commit | 6eb28fb54b2922048e02632be34152efa8457359 (patch) | |
tree | c78d5fb6d35ea6d5957b42c94745ab8face0dae3 /security/fakeroot | |
parent | e33d50ff8f1667bde86e1c570ff8dd41ebc0a016 (diff) | |
download | freebsd-ports-gnome-6eb28fb54b2922048e02632be34152efa8457359.tar.gz freebsd-ports-gnome-6eb28fb54b2922048e02632be34152efa8457359.tar.zst freebsd-ports-gnome-6eb28fb54b2922048e02632be34152efa8457359.zip |
- Update to 1.9.5
PR: ports/124986
Submitted by: Ganael Laplanche <ganael.laplanche martymac.com> (maintainer)
Approved by: mentor (implicit)
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); - |