diff options
author | pawel <pawel@FreeBSD.org> | 2013-12-03 03:29:49 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2013-12-03 03:29:49 +0800 |
commit | 6291a4a5efb49e043c93bf07b893ddd13f80d267 (patch) | |
tree | dbd2baacd4b694b581bbc68e6cf28d48b9ab3af7 | |
parent | 205a7d32890cc2790350592c15c117b2b7f807b3 (diff) | |
download | freebsd-ports-gnome-6291a4a5efb49e043c93bf07b893ddd13f80d267.tar.gz freebsd-ports-gnome-6291a4a5efb49e043c93bf07b893ddd13f80d267.tar.zst freebsd-ports-gnome-6291a4a5efb49e043c93bf07b893ddd13f80d267.zip |
Update to version 2.1.4
PR: ports/184284
Submitted by: maintainer
-rw-r--r-- | www/mozplugger/Makefile | 8 | ||||
-rw-r--r-- | www/mozplugger/distinfo | 4 |
2 files changed, 5 insertions, 7 deletions
diff --git a/www/mozplugger/Makefile b/www/mozplugger/Makefile index e7fd9f5e40af..bdd169f24051 100644 --- a/www/mozplugger/Makefile +++ b/www/mozplugger/Makefile @@ -2,16 +2,16 @@ # $FreeBSD$ PORTNAME= mozplugger -PORTVERSION= 2.1.3 +PORTVERSION= 2.1.4 CATEGORIES= www -MASTER_SITES= http://www.ringofsaturn.com/distfiles/ +MASTER_SITES= http://mozplugger.mozdev.org/files/ MAINTAINER= rnejdl@ringofsaturn.com COMMENT= Framework for loading web content in external viewers GNU_CONFIGURE= yes USE_XORG= x11 xt -USE_GMAKE= yes +USES= gmake MAN7= mozplugger.7 SUB_FILES= pkg-message @@ -24,10 +24,8 @@ NO_STAGE= yes .include "${PORTSDIR}/www/firefox/Makefile.webplugins" post-patch: - @${REINPLACE_CMD} -e 's|"/etc|"${PREFIX}/etc|g' \ ${WRKSRC}/mozplugger.c - @${REINPLACE_CMD} -e 's|gcc|${CC}|' ${WRKSRC}/configure post-install: @${ECHO_MSG} diff --git a/www/mozplugger/distinfo b/www/mozplugger/distinfo index 96d671fc2a93..dc595bde32b0 100644 --- a/www/mozplugger/distinfo +++ b/www/mozplugger/distinfo @@ -1,2 +1,2 @@ -SHA256 (mozplugger-2.1.3.tar.gz) = d19b6063d0aba87430e5ce2e3a4230807288eb45acec1d412009c7f530d8b30a -SIZE (mozplugger-2.1.3.tar.gz) = 153715 +SHA256 (mozplugger-2.1.4.tar.gz) = 0aed537ea826bfdd28a5b14e0c45a772df836a939152e13d52e10a1ceb2ce062 +SIZE (mozplugger-2.1.4.tar.gz) = 152832 |