[Midnightbsd-cvs] mports: www/linux-flashplugin7: update to r70, add nspluginwrapper with

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Oct 30 21:56:10 EDT 2007


Log Message:
-----------
update to r70, add nspluginwrapper with it.

Modified Files:
--------------
    mports/www/linux-flashplugin7:
        Makefile (r1.2 -> r1.3)
        distinfo (r1.1 -> r1.2)
        pkg-descr (r1.1 -> r1.2)

-------------- next part --------------
Index: pkg-descr
===================================================================
RCS file: /home/cvs/mports/www/linux-flashplugin7/pkg-descr,v
retrieving revision 1.1
retrieving revision 1.2
diff -Lwww/linux-flashplugin7/pkg-descr -Lwww/linux-flashplugin7/pkg-descr -u -r1.1 -r1.2
--- www/linux-flashplugin7/pkg-descr
+++ www/linux-flashplugin7/pkg-descr
@@ -7,4 +7,6 @@
 FreeBSD Flash License Agreement:
 	http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/96374
 
+Unoffical FreeBSD support: http://flash.freebsd.bishopston.net/
+
 WWW: http://www.adobe.com/
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/www/linux-flashplugin7/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -Lwww/linux-flashplugin7/Makefile -Lwww/linux-flashplugin7/Makefile -u -r1.2 -r1.3
--- www/linux-flashplugin7/Makefile
+++ www/linux-flashplugin7/Makefile
@@ -3,17 +3,17 @@
 # Whom:					Jamie Jones <jamie at bishopston.net>
 #
 # $MidnightBSD$
-# $FreeBSD: ports/www/linux-flashplugin7/Makefile,v 1.21 2007/01/17 22:50:00 pav Exp $
+# $FreeBSD: ports/www/linux-flashplugin7/Makefile,v 1.23 2007/10/10 03:00:35 edwin Exp $
 #
 
 PORTNAME=	flashplugin
-PORTVERSION=	7.0r69
-PORTREVISION=	0
+PORTVERSION=	7.0r70
 CATEGORIES=	www multimedia linux
-MASTER_SITES=	http://fpdownload.macromedia.com/get/flashplayer/current/
+MASTER_SITES=	http://fpdownload.macromedia.com/get/flashplayer/installers/archive/
 PKGNAMEPREFIX=	linux-
 DISTNAME=	install_flash_player_7_linux
-DIST_SUBDIR=	${PORTNAME}/${PORTVERSION}
+DISTNAME=	fp7_archive
+DIST_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Adobe Flash Player NPAPI Plugin
@@ -21,25 +21,28 @@
 
 ONLY_FOR_ARCHS=	amd64 i386
 USE_LINUX=	yes
+USE_ZIP=	yes
 
 RESTRICTED=	Redistribution not allowed
 
 NO_BUILD=	yes
-WRKSRC=		${WRKDIR}/install_flash_player_7_linux
-LATEST_LINK=	flash7
-PORTDOCS=	Readme.txt
+WRKSRC=		${WRKDIR}/fp7_archive/r70/install_flash_player_7_linux
 
 USE_NPAPI=	linux-*
 NPAPI_FILES=	libflashplayer.so flashplayer.xpt
 
 CONFLICTS=	linux-flashplugin-9*
 
-post-install:
-.ifndef NOPORTDOCS
-	@${INSTALL} -d ${DOCSDIR}
-	@${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
-.endif
+OPTIONS=	NSPLUG "Install nspluginwrapper (for native browser use)" on
 
 .include <bsd.port.pre.mk>
 .include "${PORTSDIR}/www/linux-mplayer-plugin/Makefile.npapi"
+
+.if defined (WITH_NSPLUG)
+RUN_DEPENDS+=	nspluginwrapper:${PORTSDIR}/www/nspluginwrapper
+.endif
+
+post-patch:
+	(cd ${WRKDIR}/fp7_archive/r70 && ${TAR} -xzf install_flash_player_7_linux_r70.tar.gz)
+
 .include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/cvs/mports/www/linux-flashplugin7/distinfo,v
retrieving revision 1.1
retrieving revision 1.2
diff -Lwww/linux-flashplugin7/distinfo -Lwww/linux-flashplugin7/distinfo -u -r1.1 -r1.2
--- www/linux-flashplugin7/distinfo
+++ www/linux-flashplugin7/distinfo
@@ -1,3 +1,3 @@
-MD5 (flashplugin/7.0r69/install_flash_player_7_linux.tar.gz) = 3a72f45a173126181022cff9029a1bb3
-SHA256 (flashplugin/7.0r69/install_flash_player_7_linux.tar.gz) = 7a4cad18d59b6684834df09003b72422b1898d810f4c4d83ffa4f140c98ce9b8
-SIZE (flashplugin/7.0r69/install_flash_player_7_linux.tar.gz) = 1017790
+MD5 (flashplugin/fp7_archive.zip) = b202a877ac3c4b782d7b4390efcb8c05
+SHA256 (flashplugin/fp7_archive.zip) = 182e46bd8fa1c21af8a11554b3887b02bc286084c1e5137aa047364943ab0519
+SIZE (flashplugin/fp7_archive.zip) = 33513720


More information about the Midnightbsd-cvs mailing list