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 /net | |
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 'net')
-rw-r--r-- | net/linuxigd/Makefile | 4 | ||||
-rw-r--r-- | net/ushare/Makefile | 4 | ||||
-rw-r--r-- | net/ushare/files/patch-http.h | 24 |
3 files changed, 4 insertions, 28 deletions
diff --git a/net/linuxigd/Makefile b/net/linuxigd/Makefile index 6c7bc61e611a..a43d34476ab5 100644 --- a/net/linuxigd/Makefile +++ b/net/linuxigd/Makefile @@ -7,14 +7,14 @@ PORTNAME= linuxigd PORTVERSION= 1.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net MASTER_SITES= SF/linux-igd/linux-igd/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Linux UPnP Internet Gateway Device -LIB_DEPENDS= upnp.8:${PORTSDIR}/devel/upnp +LIB_DEPENDS= upnp.9:${PORTSDIR}/devel/upnp USE_RC_SUBR= linuxigd USE_GMAKE= yes diff --git a/net/ushare/Makefile b/net/ushare/Makefile index fdade185ec85..8589480a4ecb 100644 --- a/net/ushare/Makefile +++ b/net/ushare/Makefile @@ -7,14 +7,14 @@ PORTNAME= ushare PORTVERSION= 1.1a -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net MASTER_SITES= http://ushare.geexbox.org/releases/ MAINTAINER= votdev@gmx.de COMMENT= A lightweight UPnP (TM) A/V Media Server -LIB_DEPENDS= upnp.8:${PORTSDIR}/devel/upnp +LIB_DEPENDS= upnp.9:${PORTSDIR}/devel/upnp HAS_CONFIGURE= yes USE_BZIP2= yes diff --git a/net/ushare/files/patch-http.h b/net/ushare/files/patch-http.h deleted file mode 100644 index 5fca23071332..000000000000 --- a/net/ushare/files/patch-http.h +++ /dev/null @@ -1,24 +0,0 @@ ---- src/http.h.orig 2007-12-09 15:03:36.000000000 +0200 -+++ src/http.h 2010-11-09 14:29:36.150630970 +0200 -@@ -25,6 +25,21 @@ - #include <upnp/upnp.h> - #include <upnp/upnptools.h> - -+#ifdef __FreeBSD__ -+struct UpnpVirtualDirCallbacks { -+int (*get_info) __P((const char *filename, struct File_Info *info)) ; -+UpnpWebFileHandle (*open) __P((const char *filename, enum UpnpOpenFileMode mode)) ; -+int (*read) __P((UpnpWebFileHandle fh, char *buf, size_t buflen)) ; -+int (*write) __P((UpnpWebFileHandle fh __attribute__((unused)), -+ char *buf __attribute__((unused)), -+ size_t buflen __attribute__((unused)))) ; -+int (*seek) __P((UpnpWebFileHandle fh, off_t offset, int origin)) ; -+int (*close) __P((UpnpWebFileHandle fh)) ; -+} ; -+ -+extern struct UpnpVirtualDirCallbacks virtual_dir_callbacks; -+#else - struct UpnpVirtualDirCallbacks virtual_dir_callbacks; -+#endif /* __FreeBSD__ */ - - #endif /* _HTTP_H_ */ |