Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Mar 2014 15:11:27 +0100
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        Thomas Zander <riggs@FreeBSD.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r347451 - in head/audio/libmikmod: . files
Message-ID:  <20140308151127.41957de9@kalimero.tijl.coosemans.org>
In-Reply-To: <20140308150839.1feb3f8a@kalimero.tijl.coosemans.org>
References:  <201403080742.s287gpgC010322@svn.freebsd.org> <20140308150839.1feb3f8a@kalimero.tijl.coosemans.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 8 Mar 2014 15:08:39 +0100 Tijl Coosemans wrote:
> 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@sendmail.cz>
> >   Reviewed by:	submitter (RK <hsn@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@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.

And also 338657



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140308151127.41957de9>