diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2011-05-23 22:50:19 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2011-05-23 22:50:19 +0000 |
commit | 848504faaa76edb3533b82a41551b9955e38d057 (patch) | |
tree | 0c9362abad4de502caac9c95a0e3976b13dcf744 /www/nspluginwrapper-devel | |
parent | f6a602805084da584e400c394c8f6e56dc27bace (diff) | |
download | ports-848504faaa76edb3533b82a41551b9955e38d057.tar.gz ports-848504faaa76edb3533b82a41551b9955e38d057.zip |
- Update nspluginwrapper to 1.4.0 and assume maintainership. [1]
- Deprecate nspluginwrapper-devel, which is now older than nspluginwrapper.
Approved by: Dave Grochowski (malus.x@gmail.com) [1]
Notes
Notes:
svn path=/head/; revision=274542
Diffstat (limited to 'www/nspluginwrapper-devel')
-rw-r--r-- | www/nspluginwrapper-devel/Makefile | 4 | ||||
-rw-r--r-- | www/nspluginwrapper-devel/pkg-descr | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/www/nspluginwrapper-devel/Makefile b/www/nspluginwrapper-devel/Makefile index f96a3e8cb8fb..4be35910248f 100644 --- a/www/nspluginwrapper-devel/Makefile +++ b/www/nspluginwrapper-devel/Makefile @@ -15,11 +15,13 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${BINFILE}:binfile MAINTAINER= jkim@FreeBSD.org COMMENT= A compatibility plugin for Mozilla NPAPI (development version) +IGNORE= is now older than www/nspluginwrapper + LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl LATEST_LINK= ${PORTNAME}-devel -CONFLICTS= nspluginwrapper-1.2.* +CONFLICTS= nspluginwrapper-1.[24].* BINBUILD= 1 BINFILE= ${PORTNAME}-i386-${PORTVERSION}-${BINBUILD}${EXTRACT_SUFX} diff --git a/www/nspluginwrapper-devel/pkg-descr b/www/nspluginwrapper-devel/pkg-descr index 8aac1e6a3878..f6576a483779 100644 --- a/www/nspluginwrapper-devel/pkg-descr +++ b/www/nspluginwrapper-devel/pkg-descr @@ -3,4 +3,4 @@ The nspluginwrapper is an Open Source compatibility plugin for Netscape 4 not built for. For example, you can use the Adobe Flash plugin on Linux/x86_64, NetBSD and FreeBSD platforms. -WWW: https://github.com/davidben/nspluginwrapper +WWW: http://nspluginwrapper.davidben.net |