svn commit: r347451 - in head/audio/libmikmod: . files
Tijl Coosemans
tijl at FreeBSD.org
Sat Mar 8 14:08:44 UTC 2014
On Sat, 8 Mar 2014 07:42:51 +0000 (UTC) Thomas Zander wrote:
> Author: riggs
> Date: Sat Mar 8 07:42:51 2014
> New Revision: 347451
> URL: http://svnweb.freebsd.org/changeset/ports/347451
> QAT: https://qat.redports.org/buildarchive/r347451/
>
> Log:
> - Update to upstream version 3.1.16
> - Add LICENSE
> - Add OPTION for esound
> - General cleanups & petting portlint (USES, autotools handling)
> - Update WWW in pkg-descr
>
> PR: ports/184753
> Submitted by: RK <hsn at sendmail.cz>
> Reviewed by: submitter (RK <hsn at sendmail.cz>)
> Approved by: thierry (mentor), maintainer timeout
>
> Added:
> head/audio/libmikmod/files/patch-Makefile.in (contents, props changed)
> Deleted:
> head/audio/libmikmod/files/patch-64bit-fix
> head/audio/libmikmod/files/patch-CVE-2009-0179
> head/audio/libmikmod/files/patch-exitcrash
> head/audio/libmikmod/files/patch-libmikmod__Makefile.in
> head/audio/libmikmod/files/patch-md_sngchn
> head/audio/libmikmod/files/patch-ngvolume
> Modified:
> head/audio/libmikmod/Makefile
> head/audio/libmikmod/distinfo
> head/audio/libmikmod/pkg-descr
> head/audio/libmikmod/pkg-plist
>
> Modified: head/audio/libmikmod/Makefile
> ==============================================================================
> --- head/audio/libmikmod/Makefile Sat Mar 8 07:42:15 2014 (r347450)
> +++ head/audio/libmikmod/Makefile Sat Mar 8 07:42:51 2014 (r347451)
> @@ -2,23 +2,34 @@
> # $FreeBSD$
>
> PORTNAME= libmikmod
> -PORTVERSION= 3.1.12
> -PORTREVISION= 2
> +PORTVERSION= 3.1.16
> CATEGORIES= audio
> -MASTER_SITES= SF/mikmod/libmikmod%20%28source%29/${PORTVERSION}/
> +MASTER_SITES= SF/mikmod/${PORTNAME}/${PORTVERSION}/
>
> MAINTAINER= neuroworker at gmail.com
> COMMENT= MikMod Sound Library
>
> +LICENSE= LGPL21
> +
> +USE_AUTOTOOLS= libtool
> WANT_GNOME= yes
> -USES= gmake libtool
> +USE_GNOME= lthack
> +USES= gmake pkgconfig
This seems to revert 342886. Please reapply that commit.
More information about the svn-ports-all
mailing list