svn commit: r326828 - head/audio/libamrnb
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Sep 9 18:19:11 UTC 2013
Author: sunpoet
Date: Mon Sep 9 18:19:09 2013
New Revision: 326828
URL: http://svnweb.freebsd.org/changeset/ports/326828
Log:
- Update to 11.0.0.0
- Convert to new options framework
- While I'm here, simplify PORTDOCS installation
Changes:
- Uses new upstream version 11.0.0 (which does not contain any code changes)
PR: ports/177681
Submitted by: Tatsuki Makino <tatsuki_makino at hotmail.com> (maintainer)
Modified:
head/audio/libamrnb/Makefile (contents, props changed)
head/audio/libamrnb/distinfo (contents, props changed)
head/audio/libamrnb/pkg-plist (contents, props changed)
Modified: head/audio/libamrnb/Makefile
==============================================================================
--- head/audio/libamrnb/Makefile Mon Sep 9 18:18:57 2013 (r326827)
+++ head/audio/libamrnb/Makefile Mon Sep 9 18:19:09 2013 (r326828)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= libamrnb
-PORTVERSION= 10.0.0.0
+PORTVERSION= 11.0.0.0
PORTEPOCH= 1
CATEGORIES= audio
MASTER_SITES= http://ftp.penguin.cz/pub/users/utx/amr/ \
@@ -30,18 +30,19 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV+= LANG=C
MAKE_ENV= LANG=C
USE_LDCONFIG= yes
+OPTIONS_DEFINE= DOCS
-SRC3GPP= 26104-a00.zip
+SRC3GPP= 26104-b00.zip
+
+.include <bsd.port.options.mk>
post-extract:
@${CP} ${DISTDIR}/${SRC3GPP} ${WRKSRC}/
post-install:
-.ifndef(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
-. for FILE in ${PORTDOCS}
- ${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
-. endfor
+ cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/
.endif
@${CAT} ${PKGMESSAGE}
Modified: head/audio/libamrnb/distinfo
==============================================================================
--- head/audio/libamrnb/distinfo Mon Sep 9 18:18:57 2013 (r326827)
+++ head/audio/libamrnb/distinfo Mon Sep 9 18:19:09 2013 (r326828)
@@ -1,4 +1,4 @@
-SHA256 (amrnb-10.0.0.0.tar.bz2) = a5d6c03b8c6b7c912583b6cbb66da093b87a6a070a26540aae7589ab40a48509
-SIZE (amrnb-10.0.0.0.tar.bz2) = 257471
-SHA256 (26104-a00.zip) = 840ed0965f880faeae24c5f8e39fe4ddf1a192d02f0d8b5329b6938cf4e3961d
-SIZE (26104-a00.zip) = 430675
+SHA256 (amrnb-11.0.0.0.tar.bz2) = 3890004b665278b963ecaae2dc1321dcee29c53ea9d91aaf18d9286105e0f1e1
+SIZE (amrnb-11.0.0.0.tar.bz2) = 244917
+SHA256 (26104-b00.zip) = 23df8b24b0f009783027b8eef5fa8225ec71f859f2704bdb06829f09018cc8f1
+SIZE (26104-b00.zip) = 427897
Modified: head/audio/libamrnb/pkg-plist
==============================================================================
--- head/audio/libamrnb/pkg-plist Mon Sep 9 18:18:57 2013 (r326827)
+++ head/audio/libamrnb/pkg-plist Mon Sep 9 18:19:09 2013 (r326828)
@@ -19,4 +19,4 @@ lib/libamrnb.a
lib/libamrnb.la
lib/libamrnb.so
lib/libamrnb.so.3
- at dirrm include/amrnb
+ at dirrmtry include/amrnb
More information about the svn-ports-head
mailing list