svn commit: r383772 - head/multimedia/openh264
Jan Beich
jbeich at FreeBSD.org
Sat Apr 11 01:40:22 UTC 2015
Author: jbeich
Date: Sat Apr 11 01:40:20 2015
New Revision: 383772
URL: https://svnweb.freebsd.org/changeset/ports/383772
Log:
- Update to re-rolled 1.4.0
- Remove deprecated GH_COMMIT with a side effect of making it harder
to track from where tag moves in future
Changes: https://github.com/cisco/openh264/compare/3a75956...v1.4.0
MFH: 2015Q2
Modified:
head/multimedia/openh264/Makefile
head/multimedia/openh264/distinfo
Modified: head/multimedia/openh264/Makefile
==============================================================================
--- head/multimedia/openh264/Makefile Sat Apr 11 01:14:32 2015 (r383771)
+++ head/multimedia/openh264/Makefile Sat Apr 11 01:40:20 2015 (r383772)
@@ -2,7 +2,8 @@
PORTNAME= openh264
PORTVERSION= 1.4.0
-PORTREVISION= 1
+DISTVERSIONPREFIX=v
+PORTREVISION= 2
CATEGORIES= multimedia
MAINTAINER= gecko at FreeBSD.org
@@ -10,13 +11,8 @@ COMMENT= Cisco implementation of H.264 c
LICENSE= BSD2CLAUSE
-BROKEN= fails to fetch with a checksum mismatch
-
USE_GITHUB= yes
GH_ACCOUNT= cisco
-GH_PROJECT= ${PORTNAME}
-GH_TAGNAME= v${PORTVERSION}
-GH_COMMIT= 3a75956
USES= gmake
USE_LDCONFIG= yes
Modified: head/multimedia/openh264/distinfo
==============================================================================
--- head/multimedia/openh264/distinfo Sat Apr 11 01:14:32 2015 (r383771)
+++ head/multimedia/openh264/distinfo Sat Apr 11 01:40:20 2015 (r383772)
@@ -1,2 +1,2 @@
-SHA256 (openh264-1.4.0.tar.gz) = 905ab019c9a734ef49e7da3e7846bfc1db3602ddb1ff6828f8442dd3e0375726
-SIZE (openh264-1.4.0.tar.gz) = 37682134
+SHA256 (openh264-v1.4.0_GH0.tar.gz) = a1b9a7a7f1ee204793c613789a505f0971bc2b03b3dbd8f05d9c4a3f3b900a22
+SIZE (openh264-v1.4.0_GH0.tar.gz) = 37681189
More information about the svn-ports-all
mailing list