diff options
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 |