diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-01-27 01:24:41 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-01-27 01:24:41 +0000 |
commit | 47f9d8fd4663f9c3c71462af7c4b3275bde2e31a (patch) | |
tree | 46fc8d91d267324c4c6a8d84d37e354e6ac2ccb2 /devel/upnp | |
parent | e9e59493e4b2d017ee2828e33f5ff60e1138bdc2 (diff) |
* audio/marlin, devel/upnp, devel/upnp104
Update dependency to misc/e2fsprogs-libuuid
Bump PORTREVISION
* misc/e2fsprogs-libuuid
Add new port:
UUID library from the e2fsprogs package
* misc/Makefile
Add entry to misc/e2fsprogs-libuuid
* misc/ossp-uuid
Add CONFLICTS to misc/e2fsprogs-libuuid
* sysutils/e2fsprogs
Change to a master port
Remove conflict with misc/ossp-uuid
Remove uuid part
Bump PORTREVISION
PR: 92356
Submitted by: Matthias Andree <matthias.andree@gmx.de>
Notes
Notes:
svn path=/head/; revision=154551
Diffstat (limited to 'devel/upnp')
-rw-r--r-- | devel/upnp/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/upnp/Makefile b/devel/upnp/Makefile index 45271332cbfb..95ebd955a1c1 100644 --- a/devel/upnp/Makefile +++ b/devel/upnp/Makefile @@ -7,7 +7,7 @@ PORTNAME= upnp PORTVERSION= 1.2.1 -PORTREVISION= 0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -17,12 +17,11 @@ DISTNAME= lib${PORTNAME}-${PORTVERSION} MAINTAINER= leeym@FreeBSD.org COMMENT= Universal Plug and Play Software Development Kit -LIB_DEPENDS= uuid.1:${PORTSDIR}/sysutils/e2fsprogs +LIB_DEPENDS= uuid.1:${PORTSDIR}/misc/e2fsprogs-libuuid CONFLICTS= upnp-1.[^2].* USE_GMAKE= yes -USE_REINPLACE= yes WRKSRC= ${WRKDIR}/${DISTNAME}/upnp PATCH_WRKSRC= ${WRKDIR}/${DISTNAME} MAKEFILE= makefile |