Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Mar 2012 15:08:56 GMT
From:      Dominic Fandrey <kamikaze@bsdforen.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/166223: [maintainer-update] multimedia/libaacs
Message-ID:  <201203181508.q2IF8uq8010128@red.freebsd.org>
Resent-Message-ID: <201203181510.q2IFA8BS090847@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         166223
>Category:       ports
>Synopsis:       [maintainer-update] multimedia/libaacs
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 18 15:10:08 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Dominic Fandrey
>Release:        RELENG_9
>Organization:
private
>Environment:
FreeBSD mobileKamikaze.norad 9.0-STABLE FreeBSD 9.0-STABLE #0: Thu Jan 12 16:29:00 CET 2012     root@mobileKamikaze.norad:/usr/obj/HP6510b-9/amd64/usr/src/sys/HP6510b-9  amd64

>Description:
- Update to the latest release
- Explicitly list direct dependencies
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -Nur libaacs.orig/Makefile libaacs/Makefile
--- libaacs.orig/Makefile	2012-03-18 15:20:24.000000000 +0100
+++ libaacs/Makefile	2012-03-18 15:51:42.000000000 +0100
@@ -6,10 +6,10 @@
 #
 
 PORTNAME=	libaacs
-PORTVERSION=	0.1.20110218
-PORTREVISION=	1
+PORTVERSION=	0.3.0
 CATEGORIES=	multimedia
-MASTER_SITES=	CRITICAL
+MASTER_SITES=	http://blu.opsec.eu/ \
+		ftp://ftp.videolan.org/pub/videolan/libaacs/${PORTVERSION}/
 
 MAINTAINER=	kamikaze@bsdforen.de
 COMMENT=	Advanced Access Content System implementation
@@ -18,6 +18,9 @@
 LIB_DEPENDS=	gcrypt.18:${PORTSDIR}/security/libgcrypt \
 		gpg-error.0:${PORTSDIR}/security/libgpg-error
 
+USE_ICONV=	yes
+USE_GETTEXT=	yes
+USE_BZIP2=	yes
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	autoconf aclocal automake libtool
 USE_BISON=	build
diff -Nur libaacs.orig/distinfo libaacs/distinfo
--- libaacs.orig/distinfo	2012-03-18 15:20:24.000000000 +0100
+++ libaacs/distinfo	2012-03-18 15:26:12.000000000 +0100
@@ -1,2 +1,2 @@
-SHA256 (libaacs-0.1.20110218.tar.gz) = 88aca66b92e25fca4036520e4a8fd45da43ce4f8d532b734eaac6ad7e5f1dc9e
-SIZE (libaacs-0.1.20110218.tar.gz) = 44506
+SHA256 (libaacs-0.3.0.tar.bz2) = bf92dab1a6a8ee08a55e8cf347c2cda49e6535b52e85bb1e92e1cfcc8ecec22c
+SIZE (libaacs-0.3.0.tar.bz2) = 313776
diff -Nur libaacs.orig/pkg-plist libaacs/pkg-plist
--- libaacs.orig/pkg-plist	2012-03-18 15:20:24.000000000 +0100
+++ libaacs/pkg-plist	2012-03-18 15:52:59.000000000 +0100
@@ -1,8 +1,9 @@
+include/libaacs/aacs-version.h
 include/libaacs/aacs.h
 include/libaacs/filesystem.h
 lib/libaacs.a
 lib/libaacs.la
 lib/libaacs.so
-lib/libaacs.so.0
+lib/libaacs.so.1
 libdata/pkgconfig/libaacs.pc
 @dirrm include/libaacs


>Release-Note:
>Audit-Trail:
>Unformatted:



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