diff options
author | pawel <pawel@FreeBSD.org> | 2012-04-27 22:28:11 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2012-04-27 22:28:11 +0800 |
commit | 5f6c9fe2a436248b943fd25ac7c6cae73f672909 (patch) | |
tree | e21dadf96a3b15399f8c1cfa13014abe687fa861 /sysutils | |
parent | e9c2b6ddd8681849cea1a7c17a818200141a8702 (diff) | |
download | freebsd-ports-gnome-5f6c9fe2a436248b943fd25ac7c6cae73f672909.tar.gz freebsd-ports-gnome-5f6c9fe2a436248b943fd25ac7c6cae73f672909.tar.zst freebsd-ports-gnome-5f6c9fe2a436248b943fd25ac7c6cae73f672909.zip |
- Update devel/upnp to 1.6.17
- Bump all affected ports
Maintainer of net/ushare was asked for review, no response in 2 weeks
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/djmount/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/djmount/Makefile b/sysutils/djmount/Makefile index 9c38b815ed06..9677afcaefdd 100644 --- a/sysutils/djmount/Makefile +++ b/sysutils/djmount/Makefile @@ -7,7 +7,7 @@ PORTNAME= djmount PORTVERSION= 0.71 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils MASTER_SITES= SF @@ -15,7 +15,7 @@ MAINTAINER= d9364104@mail.nchu.edu.tw COMMENT= Mount UPnP A/V Media LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs \ - upnp.8:${PORTSDIR}/devel/upnp + upnp.9:${PORTSDIR}/devel/upnp BUILD_DEPENDS= iconv:${PORTSDIR}/converters/libiconv RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod |