Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Aug 2015 11:22:16 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r395240 - branches/2015Q3/audio/libtremor
Message-ID:  <201508251122.t7PBMGa5092075@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Tue Aug 25 11:22:15 2015
New Revision: 395240
URL: https://svnweb.freebsd.org/changeset/ports/395240

Log:
  MFH: r395232
  
  audio/libtremor: update to 1.2.1.s20150105
  
  Changes:	https://git.xiph.org/?p=tremor.git;a=shortlog;h=b56ffc
  Security:	http://www.vuxml.org/freebsd/3dac84c9-bce1-4199-9784-d68af1eb7b2e.html
  Security:	http://www.vuxml.org/freebsd/40497e81-fee3-4e54-9d5f-175a5c633b73.html
  Approved by:	portmgr (erwin)

Modified:
  branches/2015Q3/audio/libtremor/Makefile
  branches/2015Q3/audio/libtremor/distinfo
  branches/2015Q3/audio/libtremor/pkg-plist
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/audio/libtremor/Makefile
==============================================================================
--- branches/2015Q3/audio/libtremor/Makefile	Tue Aug 25 11:19:57 2015	(r395239)
+++ branches/2015Q3/audio/libtremor/Makefile	Tue Aug 25 11:22:15 2015	(r395240)
@@ -2,18 +2,21 @@
 # $FreeBSD$
 
 PORTNAME=	libtremor
-PORTVERSION=	1.2.0.s20040213
-PORTREVISION=	2
+PORTVERSION=	1.2.1.s20150105
 CATEGORIES=	audio
-MASTER_SITES=	http://members.chello.nl/~g.mast/distfiles/
-DISTNAME=	tremor_snapshot_${SNAP_DATE}
+MASTER_SITES=	http://git.xiph.org/?p=tremor.git;a=snapshot;sf=tgz;h=${GIT_COMMIT};/
+DISTNAME=	${PORTNAME:S/lib//}-${GIT_COMMIT}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Integer-only fully Ogg Vorbis compliant decoder library
 
-SNAP_DATE=	02132004
-WRKSRC=		${WRKDIR}/Tremor
-USES=		autoreconf libtool tar:tgz
+LICENSE=	BSD3CLAUSE
+
+LIB_DEPENDS=	libogg.so:${PORTSDIR}/audio/libogg
+
+GIT_COMMIT=	b56ffc
+USES=		autoreconf libtool pathfix pkgconfig
+PATHFIX_MAKEFILEIN=	Makefile.am
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip

Modified: branches/2015Q3/audio/libtremor/distinfo
==============================================================================
--- branches/2015Q3/audio/libtremor/distinfo	Tue Aug 25 11:19:57 2015	(r395239)
+++ branches/2015Q3/audio/libtremor/distinfo	Tue Aug 25 11:22:15 2015	(r395240)
@@ -1,2 +1,2 @@
-SHA256 (tremor_snapshot_02132004.tgz) = 142e015b684ef9774f2b57d06c3730ba3d6dcbd90c3c11325039c2722f2460cc
-SIZE (tremor_snapshot_02132004.tgz) = 151996
+SHA256 (tremor-b56ffc.tar.gz) = 50040fc477eaa592aebc1e4edba201f70b89fa42199a4d73826bd690219e6fd2
+SIZE (tremor-b56ffc.tar.gz) = 148838

Modified: branches/2015Q3/audio/libtremor/pkg-plist
==============================================================================
--- branches/2015Q3/audio/libtremor/pkg-plist	Tue Aug 25 11:19:57 2015	(r395239)
+++ branches/2015Q3/audio/libtremor/pkg-plist	Tue Aug 25 11:22:15 2015	(r395240)
@@ -1,9 +1,8 @@
 include/tremor/config_types.h
 include/tremor/ivorbiscodec.h
 include/tremor/ivorbisfile.h
-include/tremor/ogg.h
-include/tremor/os_types.h
 lib/libvorbisidec.a
 lib/libvorbisidec.so
 lib/libvorbisidec.so.1
-lib/libvorbisidec.so.1.0.2
+lib/libvorbisidec.so.1.0.3
+libdata/pkgconfig/vorbisidec.pc



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