aboutsummaryrefslogtreecommitdiff
path: root/net/multicat/Makefile
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2020-05-04 23:03:41 +0000
committerMatthias Andree <mandree@FreeBSD.org>2020-05-04 23:03:41 +0000
commit2afe3963da26c426c4480aaa04082623fa72e6aa (patch)
tree3592c72549c0aa6b6c1e3bcacf17b8677f276ba4 /net/multicat/Makefile
parent3001cc8b83822531b137245719e2e363379d5c25 (diff)
downloadports-2afe3963da26c426c4480aaa04082623fa72e6aa.tar.gz
ports-2afe3963da26c426c4480aaa04082623fa72e6aa.zip
net/multicat: Update to 2.3, new maintainer
- pkg-descr: WWW: changed to https:// - Makefile ordering: PORTDOCS and PKG_PLIST swapped (portclippy suggestion) - extra patch of the file "patch" successfully ignored :-) - set MAINTAINER (was unmaintained) PR: 241982 Submitted by: Michael Muenz <m.muenz@gmail.com> (new maintainer)
Notes
Notes: svn path=/head/; revision=533994
Diffstat (limited to 'net/multicat/Makefile')
-rw-r--r--net/multicat/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/multicat/Makefile b/net/multicat/Makefile
index f0e74165576c..51b319da63d5 100644
--- a/net/multicat/Makefile
+++ b/net/multicat/Makefile
@@ -2,11 +2,11 @@
# $FreeBSD$
PORTNAME= multicat
-PORTVERSION= 2.2
+PORTVERSION= 2.3
CATEGORIES= net multimedia
MASTER_SITES= https://get.videolan.org/multicat/${PORTVERSION}/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= m.muenz@gmail.com
COMMENT= Simple and efficient multicast and transport stream manipulation
LICENSE= GPLv2+
@@ -17,9 +17,9 @@ BUILD_DEPENDS= ${LOCALBASE}/include/bitstream/mpeg/ts.h:multimedia/bitstream
USES= localbase tar:bzip2
ALL_TARGET= ${PORTNAME}
-PORTDOCS= AUTHORS Changelog NEWS README
PLIST_FILES= bin/${PORTNAME} \
man/man1/${PORTNAME}.1.gz
+PORTDOCS= AUTHORS Changelog NEWS README
OPTIONS_DEFINE= DOCS