From owner-svn-ports-all@freebsd.org Thu Mar 3 02:44:32 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 785D8AC19AB; Thu, 3 Mar 2016 02:44:32 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2FD03185B; Thu, 3 Mar 2016 02:44:32 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u232iVYw056308; Thu, 3 Mar 2016 02:44:31 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u232iVEf056306; Thu, 3 Mar 2016 02:44:31 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201603030244.u232iVEf056306@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Thu, 3 Mar 2016 02:44:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409999 - head/audio/aqualung X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Mar 2016 02:44:32 -0000 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@FreeBSD.org +MAINTAINER= portmaster@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/