diff options
author | itetcu <itetcu@FreeBSD.org> | 2009-03-05 17:13:37 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2009-03-05 17:13:37 +0800 |
commit | 9167b8563525b23835323e98e2d33144c75f231b (patch) | |
tree | eed9e4b8805f9ac90d56bf32326f7cbd02ae85f1 /audio/exaile | |
parent | 00836970ff0ccb9d96a330a2a284f223367b3064 (diff) | |
download | freebsd-ports-gnome-9167b8563525b23835323e98e2d33144c75f231b.tar.gz freebsd-ports-gnome-9167b8563525b23835323e98e2d33144c75f231b.tar.zst freebsd-ports-gnome-9167b8563525b23835323e98e2d33144c75f231b.zip |
Add confilicts with the new -devel port and bump PORTREVISION.
PR: ports/131629
Submitted by: Joseph S. Atkinson (maintainer)
Diffstat (limited to 'audio/exaile')
-rw-r--r-- | audio/exaile/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/exaile/Makefile b/audio/exaile/Makefile index 0a12b151158f..78caea370d0e 100644 --- a/audio/exaile/Makefile +++ b/audio/exaile/Makefile @@ -7,6 +7,7 @@ PORTNAME= exaile DISTVERSION= 0.2.14 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.exaile.org/files/ \ http://wickedmachine.net/~jsa/FreeBSD/distfiles/ @@ -23,6 +24,8 @@ RUN_DEPENDS= py*-dbus>=0.82.1:${PORTSDIR}/devel/py-dbus \ py*-cddb>=1.4:${PORTSDIR}/audio/py-cddb \ py*-pysqlite>=2.3.3:${PORTSDIR}/databases/py-pysqlite23 +CONFLICTS= exaile-0.2.99* + WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} USE_GETTEXT= yes |