Index: head/net/multicat/Makefile =================================================================== --- head/net/multicat/Makefile (revision 433500) +++ head/net/multicat/Makefile (revision 433501) @@ -1,39 +1,36 @@ # Created by: Dmitry Marakasov # $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 LICENSE= GPLv2+ 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 PLIST_FILES= bin/${PORTNAME} \ man/man1/${PORTNAME}.1.gz OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/ .endfor .include Index: head/net/multicat/distinfo =================================================================== --- head/net/multicat/distinfo (revision 433500) +++ head/net/multicat/distinfo (revision 433501) @@ -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 Index: head/net/multicat/files/patch-Makefile =================================================================== --- head/net/multicat/files/patch-Makefile (nonexistent) +++ head/net/multicat/files/patch-Makefile (revision 433501) @@ -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 + Property changes on: head/net/multicat/files/patch-Makefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property