svn commit: r448316 - branches/2017Q3/textproc/libebml

Thomas Zander riggs at FreeBSD.org
Sat Aug 19 15:02:30 UTC 2017


Author: riggs
Date: Sat Aug 19 15:02:28 2017
New Revision: 448316
URL: https://svnweb.freebsd.org/changeset/ports/448316

Log:
  MFH: r448298
  
  Update to upstream release 1.3.5, fetch distfile from Github
  
  Approved by:	portmgr (feld)

Modified:
  branches/2017Q3/textproc/libebml/Makefile
  branches/2017Q3/textproc/libebml/distinfo
Directory Properties:
  branches/2017Q3/   (props changed)

Modified: branches/2017Q3/textproc/libebml/Makefile
==============================================================================
--- branches/2017Q3/textproc/libebml/Makefile	Sat Aug 19 14:39:02 2017	(r448315)
+++ branches/2017Q3/textproc/libebml/Makefile	Sat Aug 19 15:02:28 2017	(r448316)
@@ -2,19 +2,21 @@
 # $FreeBSD$
 
 PORTNAME=	libebml
-PORTVERSION=	1.3.4
+PORTVERSION=	1.3.5
+DISTVERSIONPREFIX=	release-
 CATEGORIES=	textproc
-MASTER_SITES=	http://dl.matroska.org/downloads/libebml/ \
-		http://www.bunkus.org/videotools/mkvtoolnix/sources/
 
 MAINTAINER=	multimedia at FreeBSD.org
 COMMENT=	EBML (Extensible Binary Meta Language), sort of binary version of XML
 
 LICENSE=	LGPL21
 
-USES=		gmake libtool pathfix tar:bzip2
+USES=		autoreconf gmake libtool pathfix tar:bzip2
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	Matroska-Org
 
 INSTALL_TARGET=	install-strip
 

Modified: branches/2017Q3/textproc/libebml/distinfo
==============================================================================
--- branches/2017Q3/textproc/libebml/distinfo	Sat Aug 19 14:39:02 2017	(r448315)
+++ branches/2017Q3/textproc/libebml/distinfo	Sat Aug 19 15:02:28 2017	(r448316)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1467890644
-SHA256 (libebml-1.3.4.tar.bz2) = c50d3ecf133742c6549c0669c3873f968e11a365a5ba17b2f4dc339bbe51f387
-SIZE (libebml-1.3.4.tar.bz2) = 606205
+TIMESTAMP = 1503134678
+SHA256 (Matroska-Org-libebml-release-1.3.5_GH0.tar.gz) = efe9851797db47bc78486b6c518d822cfca435afe3d9c9d0812d8e3825cd71e6
+SIZE (Matroska-Org-libebml-release-1.3.5_GH0.tar.gz) = 66370


More information about the svn-ports-all mailing list