svn commit: r409999 - head/audio/aqualung

Alexey Dokuchaev danfe at FreeBSD.org
Thu Mar 3 02:44:32 UTC 2016


Author: danfe
Date: Thu Mar  3 02:44:30 2016
New Revision: 409999
URL: https://svnweb.freebsd.org/changeset/ports/409999

Log:
  - Provide better port description text
  - Point WWW line to a working homepage
  - Transfer maintainership to submitter
  - Convert to USES=localbase while here
  
  PR:	201379

Modified:
  head/audio/aqualung/Makefile
  head/audio/aqualung/pkg-descr

Modified: head/audio/aqualung/Makefile
==============================================================================
--- head/audio/aqualung/Makefile	Thu Mar  3 01:50:34 2016	(r409998)
+++ head/audio/aqualung/Makefile	Thu Mar  3 02:44:30 2016	(r409999)
@@ -6,7 +6,7 @@ PORTVERSION=	1.0
 CATEGORIES=	audio
 MASTER_SITES=	SF
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	portmaster at BSDforge.com
 COMMENT=	Music player with rich features
 
 LICENSE=	GPLv2+
@@ -29,14 +29,11 @@ LIB_DEPENDS=	libFLAC.so:${PORTSDIR}/audi
 		libcdio_paranoia.so:${PORTSDIR}/sysutils/libcdio-paranoia \
 		liblrdf.so:${PORTSDIR}/textproc/liblrdf
 
-USES=		gettext lua pkgconfig
+USES=		gettext localbase lua pkgconfig
 USE_GNOME=	gtk20 libxml2 libxslt
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-ifp=no
 
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
-
 DESKTOP_ENTRIES="Aqualung" "" "${DATADIR}/general.png" "aqualung" \
 		"Audio;AudioVideo;GTK;" ""
 

Modified: head/audio/aqualung/pkg-descr
==============================================================================
--- head/audio/aqualung/pkg-descr	Thu Mar  3 01:50:34 2016	(r409998)
+++ head/audio/aqualung/pkg-descr	Thu Mar  3 02:44:30 2016	(r409999)
@@ -1,4 +1,8 @@
-Aqualung is a music player. It plays audio files from your filesystem
-and has the feature of inserting no gaps between adjacent tracks.
+Aqualung is an advanced music player originally targeted at the GNU/Linux
+operating system.  Today it is also running on FreeBSD and OpenBSD, with
+native ports to Mac OS X and even Microsoft Windows.  It plays audio CDs,
+internet radio streams and podcasts as well as sound files in just about
+any audio format, and has a feature of inserting no gaps between adjacent
+tracks.
 
-WWW: http://aqualung.factorial.hu/
+WWW: http://aqualung.jeremyevans.net/


More information about the svn-ports-all mailing list