From owner-svn-ports-all@freebsd.org Mon Feb 6 17:47:08 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 41BA7CD368E; Mon, 6 Feb 2017 17:47:08 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E905B240; Mon, 6 Feb 2017 17:47:07 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v16Hl6dM084380; Mon, 6 Feb 2017 17:47:06 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v16Hl6Bx084377; Mon, 6 Feb 2017 17:47:06 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201702061747.v16Hl6Bx084377@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 6 Feb 2017 17:47:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433501 - in head/net/multicat: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Feb 2017 17:47:08 -0000 Author: amdmi3 Date: Mon Feb 6 17:47:06 2017 New Revision: 433501 URL: https://svnweb.freebsd.org/changeset/ports/433501 Log: - Update to 2.2 Added: head/net/multicat/files/patch-Makefile (contents, props changed) Modified: head/net/multicat/Makefile head/net/multicat/distinfo Modified: head/net/multicat/Makefile ============================================================================== --- head/net/multicat/Makefile Mon Feb 6 17:46:51 2017 (r433500) +++ head/net/multicat/Makefile Mon Feb 6 17:47:06 2017 (r433501) @@ -2,8 +2,9 @@ # $FreeBSD$ PORTNAME= multicat -PORTVERSION= git20161007 +PORTVERSION= 2.2 CATEGORIES= net multimedia +MASTER_SITES= https://get.videolan.org/multicat/${PORTVERSION}/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Simple and efficient multicast and transport stream manipulation @@ -13,11 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/bitstream/mpeg/ts.h:multimedia/bitstream -USE_GITHUB= yes # XXX: FreeBSD fixes not upstreamed yet -GH_ACCOUNT= AMDmi3 -GH_TAGNAME= b551ed4 - -USES= localbase +USES= localbase tar:bzip2 ALL_TARGET= ${PORTNAME} PORTDOCS= AUTHORS Changelog NEWS README Modified: head/net/multicat/distinfo ============================================================================== --- head/net/multicat/distinfo Mon Feb 6 17:46:51 2017 (r433500) +++ head/net/multicat/distinfo Mon Feb 6 17:47:06 2017 (r433501) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475850828 -SHA256 (AMDmi3-multicat-git20161007-b551ed4_GH0.tar.gz) = 41a501a654490f6ec3c860ef28d882196bacf485fe04a4da162605c9329e41b3 -SIZE (AMDmi3-multicat-git20161007-b551ed4_GH0.tar.gz) = 42902 +TIMESTAMP = 1486402678 +SHA256 (multicat-2.2.tar.bz2) = fa4e48b38665658df7719293f9358df08f59f3eb7f7b77df510b35951e316b40 +SIZE (multicat-2.2.tar.bz2) = 35369 Added: head/net/multicat/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/multicat/files/patch-Makefile Mon Feb 6 17:47:06 2017 (r433501) @@ -0,0 +1,12 @@ +--- Makefile.orig 2017-01-31 18:17:02 UTC ++++ Makefile +@@ -1,8 +1,7 @@ + # multicat Makefile + + VERSION = 2.2 +-CFLAGS += -Wall -Wformat-security -O3 -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_ISOC99_SOURCE -D_BSD_SOURCE +-CFLAGS += -g ++CFLAGS += -Wall -Wformat-security -D_FILE_OFFSET_BITS=64 -D_ISOC99_SOURCE -D_BSD_SOURCE + # Comment out the following line for Mac OS X build + LDLIBS += -lrt -pthread +