diff options
-rw-r--r-- | net/gst-plugins0.10-rtmp/Makefile | 5 | ||||
-rw-r--r-- | net/gst-plugins1-rtmp/Makefile | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/net/gst-plugins0.10-rtmp/Makefile b/net/gst-plugins0.10-rtmp/Makefile index bedcb871471..c6f6aaad295 100644 --- a/net/gst-plugins0.10-rtmp/Makefile +++ b/net/gst-plugins0.10-rtmp/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2016/03/05 11:29:05 jperkin Exp $ -# +# $NetBSD: Makefile,v 1.7 2018/09/25 09:26:13 wiz Exp $ GST_PLUGINS0.10_NAME= rtmp GST_PLUGINS0.10_DIRS= ext/rtmp -PKGREVISION= 4 +PKGREVISION= 5 .include "../../multimedia/gst-plugins0.10-bad/Makefile.common" diff --git a/net/gst-plugins1-rtmp/Makefile b/net/gst-plugins1-rtmp/Makefile index c5c962b57c7..91b3e84ced6 100644 --- a/net/gst-plugins1-rtmp/Makefile +++ b/net/gst-plugins1-rtmp/Makefile @@ -1,8 +1,10 @@ -# $NetBSD: Makefile,v 1.7 2016/04/15 14:20:00 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2018/09/25 09:26:13 wiz Exp $ GST_PLUGINS1_NAME= rtmp GST_PLUGINS1_DIRS= ext/rtmp +PKGREVISION= 1 + .include "../../multimedia/gst-plugins1-bad/Makefile.common" .include "../../net/rtmpdump/buildlink3.mk" |