diff options
author | pav <pav@FreeBSD.org> | 2005-07-19 06:28:52 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-07-19 06:28:52 +0800 |
commit | 174ce32f0e85a35094728c900d193ea322f76502 (patch) | |
tree | 73540b9b5f82de906ae4486e28ad8ebb8c862478 /security | |
parent | 7b4727b9258bddffb7c130c155061fa53d29ab04 (diff) | |
download | freebsd-ports-graphics-174ce32f0e85a35094728c900d193ea322f76502.tar.gz freebsd-ports-graphics-174ce32f0e85a35094728c900d193ea322f76502.tar.zst freebsd-ports-graphics-174ce32f0e85a35094728c900d193ea322f76502.zip |
- Update to 1.4.2
PR: ports/83659
Submitted by: Meno Abels <meno.abels@adviser.com> (maintainer)
Diffstat (limited to 'security')
-rw-r--r-- | security/fakeroot/Makefile | 4 | ||||
-rw-r--r-- | security/fakeroot/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/fakeroot/Makefile b/security/fakeroot/Makefile index 2a9f9d490cc..71289954f5d 100644 --- a/security/fakeroot/Makefile +++ b/security/fakeroot/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fakeroot -PORTVERSION= 1.2.4 +PORTVERSION= 1.4.2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_DEBIAN} MASTER_SITE_SUBDIR= pool/main/f/fakeroot @@ -16,7 +16,7 @@ MAINTAINER= Meno.Abels@Adviser.com COMMENT= Simulate the root user behaviour USE_LIBTOOL_VER=15 -GNU_CONFIGURE= yes +INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/security/fakeroot/distinfo b/security/fakeroot/distinfo index 0c0f78dc234..922f4cbb503 100644 --- a/security/fakeroot/distinfo +++ b/security/fakeroot/distinfo @@ -1,2 +1,2 @@ -MD5 (fakeroot_1.2.4.tar.gz) = 2c3e6dd5ad7adf2e5c1e28c40177509f -SIZE (fakeroot_1.2.4.tar.gz) = 1132622 +MD5 (fakeroot_1.4.2.tar.gz) = 42f7b5fa763c9a302387d4228d9376c2 +SIZE (fakeroot_1.4.2.tar.gz) = 1141386 |