diff options
author | nork <nork@FreeBSD.org> | 2005-01-10 05:33:23 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2005-01-10 05:33:23 +0800 |
commit | afb371600fe8de7ed5e78eed37c78fcf24038674 (patch) | |
tree | 28443119d298ae9acef25c266c42d58aca35666b /www | |
parent | 929f311b0b9b300c1c959086cc210b4c4458e78c (diff) | |
download | freebsd-ports-gnome-afb371600fe8de7ed5e78eed37c78fcf24038674.tar.gz freebsd-ports-gnome-afb371600fe8de7ed5e78eed37c78fcf24038674.tar.zst freebsd-ports-gnome-afb371600fe8de7ed5e78eed37c78fcf24038674.zip |
o Cleanup to support DragonFlyBSD. [1]
o Cosmetic change.
o Overhaul acrobat plugin, but not improved:-(.
o Add some debug code. I always welcome your fix:-).
Inspired from: YONETANI Tomokazu <qhwt+dfly@les.ath.cx> [1]
References: http://leaf.dragonflybsd.org/mailarchive/users/2005-01/msg00054.html [1]
Diffstat (limited to 'www')
-rw-r--r-- | www/linuxpluginwrapper/Makefile | 4 | ||||
-rw-r--r-- | www/linuxpluginwrapper/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/linuxpluginwrapper/Makefile b/www/linuxpluginwrapper/Makefile index 57d5115ff631..463dd740f69f 100644 --- a/www/linuxpluginwrapper/Makefile +++ b/www/linuxpluginwrapper/Makefile @@ -6,7 +6,7 @@ # PORTNAME= linuxpluginwrapper -PORTVERSION= 20041219 +PORTVERSION= 20050110 PORTREVISION= 0 CATEGORIES= www linux emulators MASTER_SITES= http://people.FreeBSD.org/~nork/distfiles/ \ @@ -30,13 +30,13 @@ USE_MOTIF= yes ONLY_FOR_ARCHS= i386 MAKE_ENV= EXAMPLESDIR=${EXAMPLESDIR} INSTALL_DATA="${INSTALL_DATA}" +CONFLICTS= flashpluginwrapper-* USE_XLIB= yes USE_REINPLACE= yes PKGMESSAGE= ${WRKDIR}/pkg-message .if defined(WITHOUT_PLUGINS) || ${OSVERSION} < 500000 PLIST= ${WRKDIR}/pkg-plist .endif -CONFLICTS= flashpluginwrapper-* .if ${OSVERSION} >= 503001 LIBMAPCONF= ${EXAMPLESDIR}/libmap.conf-FreeBSD5-stable diff --git a/www/linuxpluginwrapper/distinfo b/www/linuxpluginwrapper/distinfo index 4526f707d0a2..24d30d58bf42 100644 --- a/www/linuxpluginwrapper/distinfo +++ b/www/linuxpluginwrapper/distinfo @@ -1,2 +1,2 @@ -MD5 (linuxpluginwrapper-20041219.tar.gz) = 1a3c0d10789061e226963b7250a72160 -SIZE (linuxpluginwrapper-20041219.tar.gz) = 16559 +MD5 (linuxpluginwrapper-20050110.tar.gz) = 4280fa60a58d53cb89a04809abb0d83d +SIZE (linuxpluginwrapper-20050110.tar.gz) = 17506 |