diff options
author | rafan <rafan@FreeBSD.org> | 2009-01-06 21:01:11 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2009-01-06 21:01:11 +0800 |
commit | 589d7fdaeb35b5e7011ca59ba6261f77ed3dbf88 (patch) | |
tree | 79fa91c3e74bfd9067d4aad5233757770c2ab50b /sysutils | |
parent | ee3b6b0cf8b088e61fe1d2c1d79dbfda5a36a1c2 (diff) | |
download | freebsd-ports-gnome-589d7fdaeb35b5e7011ca59ba6261f77ed3dbf88.tar.gz freebsd-ports-gnome-589d7fdaeb35b5e7011ca59ba6261f77ed3dbf88.tar.zst freebsd-ports-gnome-589d7fdaeb35b5e7011ca59ba6261f77ed3dbf88.zip |
- Bump PORTREVISION due to share library version bump in security/libgcrypt
PR: ports/127478
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/freeipmi/Makefile | 1 | ||||
-rw-r--r-- | sysutils/fusefs-cryptofs/Makefile | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/freeipmi/Makefile b/sysutils/freeipmi/Makefile index c29a083e8748..496a3e4e737e 100644 --- a/sysutils/freeipmi/Makefile +++ b/sysutils/freeipmi/Makefile @@ -16,6 +16,7 @@ PORTNAME= freeipmi PORTVERSION= 0.7.1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://ftp.zresearch.com/pub/freeipmi/${PORTVERSION}/ \ ftp://freebsd.riss-telecom.ru/pub/mirrors/ftp.zresearch.com/pub/freeipmi/${PORTVERSION}/ diff --git a/sysutils/fusefs-cryptofs/Makefile b/sysutils/fusefs-cryptofs/Makefile index 901b6a892dc2..b6479c252857 100644 --- a/sysutils/fusefs-cryptofs/Makefile +++ b/sysutils/fusefs-cryptofs/Makefile @@ -7,7 +7,7 @@ PORTNAME= cryptofs PORTVERSION= 0.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://reboot.animeirc.de/cryptofs/ PKGNAMEPREFIX= fusefs- @@ -16,7 +16,7 @@ MAINTAINER= leeym@FreeBSD.org COMMENT= A encrypted filesystem for FUSE BUILD_DEPENDS= ${LOCALBASE}/include/fuse.h:${PORTSDIR}/sysutils/fusefs-libs -LIB_DEPENDS= gcrypt.15:${PORTSDIR}/security/libgcrypt \ +LIB_DEPENDS= gcrypt.16:${PORTSDIR}/security/libgcrypt \ glib-2.0:${PORTSDIR}/devel/glib20 RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod |