diff options
author | mnag <mnag@FreeBSD.org> | 2006-01-27 09:24:41 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2006-01-27 09:24:41 +0800 |
commit | c03652fb8bda4ede5512a911a8a9254bcb830586 (patch) | |
tree | 1f83bfa177595117cc0cd6b63d8423e8d43704f9 /devel | |
parent | e48dbae6c8e945ca5d6c9fafe7362b850f98261d (diff) | |
download | freebsd-ports-gnome-c03652fb8bda4ede5512a911a8a9254bcb830586.tar.gz freebsd-ports-gnome-c03652fb8bda4ede5512a911a8a9254bcb830586.tar.zst freebsd-ports-gnome-c03652fb8bda4ede5512a911a8a9254bcb830586.zip |
* 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>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/upnp/Makefile | 5 | ||||
-rw-r--r-- | devel/upnp104/Makefile | 5 |
2 files changed, 4 insertions, 6 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 diff --git a/devel/upnp104/Makefile b/devel/upnp104/Makefile index bb0cef1e5ef9..29c1807a212f 100644 --- a/devel/upnp104/Makefile +++ b/devel/upnp104/Makefile @@ -7,7 +7,7 @@ PORTNAME= upnp PORTVERSION= 1.0.4 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -17,13 +17,12 @@ DISTNAME= ${PORTNAME}sdk-${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.[^0].* LATEST_LINK= upnp104 USE_GMAKE= yes -USE_REINPLACE= yes MAKEFILE= makefile MAKE_ENV= PTHREAD_LIBS=${PTHREAD_LIBS} NOT_FOR_ARCHS= sparc64 |