diff options
author | wiz <wiz@pkgsrc.org> | 2019-08-20 13:17:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2019-08-20 13:17:48 +0000 |
commit | fc4f840d42e2f0bb7e32dba852761110c5159bbb (patch) | |
tree | 2828a52e05ea9479a84941aa5207e422fed4a86e /net/gupnp | |
parent | 9eae4ae3e1006ba128cff8353be6a4361dac0e60 (diff) | |
download | pkgsrc-fc4f840d42e2f0bb7e32dba852761110c5159bbb.tar.gz |
gupnp: mark it as outdated 1.0 branch
Diffstat (limited to 'net/gupnp')
-rw-r--r-- | net/gupnp/DESCR | 2 | ||||
-rw-r--r-- | net/gupnp/Makefile | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/net/gupnp/DESCR b/net/gupnp/DESCR index 5dfbd270035..6dc25df6b07 100644 --- a/net/gupnp/DESCR +++ b/net/gupnp/DESCR @@ -1,3 +1,5 @@ GUPnP implements the UPnP specification: resource announcement and discovery, description, control, event notification, and presentation (GUPnP includes basic web server functionality through libsoup). + +This package contains the outdated 1.0 branch. diff --git a/net/gupnp/Makefile b/net/gupnp/Makefile index 95df483b8fe..cdf8b5d127a 100644 --- a/net/gupnp/Makefile +++ b/net/gupnp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2019/04/25 07:33:10 maya Exp $ +# $NetBSD: Makefile,v 1.60 2019/08/20 13:17:48 wiz Exp $ DISTNAME= gupnp-1.0.3 PKGREVISION= 4 @@ -8,7 +8,7 @@ EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gupnp.org/ -COMMENT= Framework for UPnP devices +COMMENT= Framework for UPnP devices (1.0 branch) LICENSE= gnu-lgpl-v2 GNU_CONFIGURE= yes |