diff options
author | dougb <dougb@FreeBSD.org> | 2011-09-27 02:36:26 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-09-27 02:36:26 +0800 |
commit | c48a70c03e114a482cef909a15fae79596a9be9a (patch) | |
tree | c5ec6363d550705e3c652ae364d5e5b1352a0657 /audio/ario | |
parent | 85efb72c651af5c2a608282a9f2c3bea6376fd2e (diff) | |
download | freebsd-ports-gnome-c48a70c03e114a482cef909a15fae79596a9be9a.tar.gz freebsd-ports-gnome-c48a70c03e114a482cef909a15fae79596a9be9a.tar.zst freebsd-ports-gnome-c48a70c03e114a482cef909a15fae79596a9be9a.zip |
Update libsoup22 dependency to libsoup, and therefore remove deprecation
PR: ports/161019
Submitted by: maintainer
Diffstat (limited to 'audio/ario')
-rw-r--r-- | audio/ario/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/ario/Makefile b/audio/ario/Makefile index a1b4a3736f65..f206ed4d48ee 100644 --- a/audio/ario/Makefile +++ b/audio/ario/Makefile @@ -7,16 +7,13 @@ PORTNAME= ario PORTVERSION= 1.5.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= SF/ario-player/ario-player/${PORTVERSION} MAINTAINER= magik@roorback.net COMMENT= Ario is a GTK2 client for MPD -DEPRECATED= Depends on devel/libsoup22, which is FORBIDDEN -EXPIRATION_DATE= 2011-10-14 - LICENSE= GPLv2 LIB_DEPENDS= gnutls:${PORTSDIR}/security/gnutls \ @@ -24,7 +21,7 @@ LIB_DEPENDS= gnutls:${PORTSDIR}/security/gnutls \ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ curl:${PORTSDIR}/ftp/curl \ notify:${PORTSDIR}/devel/libnotify \ - soup:${PORTSDIR}/devel/libsoup22 \ + soup:${PORTSDIR}/devel/libsoup \ tag_c:${PORTSDIR}/audio/taglib \ unique-1.0:${PORTSDIR}/x11-toolkits/unique \ mpdclient:${PORTSDIR}/audio/libmpdclient |