From owner-svn-ports-all@freebsd.org Mon Oct 5 21:30:44 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C09B69B6D73; Mon, 5 Oct 2015 21:30:44 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A5BB7D15; Mon, 5 Oct 2015 21:30:44 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t95LUhkk009863; Mon, 5 Oct 2015 21:30:43 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t95LUhv4009861; Mon, 5 Oct 2015 21:30:43 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201510052130.t95LUhv4009861@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 5 Oct 2015 21:30:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398668 - head/devel/flex-sdk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Oct 2015 21:30:44 -0000 Author: amdmi3 Date: Mon Oct 5 21:30:42 2015 New Revision: 398668 URL: https://svnweb.freebsd.org/changeset/ports/398668 Log: - Don't install garbage files - Add NO_ARCH - Add empty directories to plist PR: 203194 Submitted by: amdmi3 Approved by: maintainer timeout (kuriyama, 2 weeks) Modified: head/devel/flex-sdk/Makefile head/devel/flex-sdk/pkg-plist Modified: head/devel/flex-sdk/Makefile ============================================================================== --- head/devel/flex-sdk/Makefile Mon Oct 5 21:30:31 2015 (r398667) +++ head/devel/flex-sdk/Makefile Mon Oct 5 21:30:42 2015 (r398668) @@ -11,23 +11,23 @@ COMMENT= Adobe Flex SDK CONFLICTS= ja-flex-sdk-2.* flex-sdk2-2.* flex-sdk3-3.* USES= zip -USE_JAVA= YES +USE_JAVA= yes JAVA_VERSION= 1.6+ WRKSRC= ${WRKDIR} SUB_FILES= ${SCRIPTS:C/\$/.sh/g} NO_BUILD= YES +NO_ARCH= yes PLIST_SUB= PORTNAME=${PORTNAME} SUB_LIST= PORTNAME=${PORTNAME} SCRIPTS= aasdoc acompc amxmlc asdoc compc copylocale digest \ fcsh fdb mxmlc optimizer -.include - post-extract: ${RM} ${WRKSRC}/bin/*.bat ${WRKSRC}/bin/*.exe ${FIND} ${WRKSRC} -print0 -type f | ${XARGS} -0 ${CHMOD} og+r ${FIND} ${WRKSRC} -print0 -type f -perm +0111 | ${XARGS} -0 ${CHMOD} og+rx ${FIND} ${WRKSRC} -print0 -type d | ${XARGS} -0 ${CHMOD} og+rx + ${FIND} ${WRKSRC} -name "._*" -delete do-install: .for i in ${SCRIPTS} @@ -47,4 +47,4 @@ do-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${CP} -r ${WRKSRC}/*.htm ${STAGEDIR}${DOCSDIR}/ -.include +.include Modified: head/devel/flex-sdk/pkg-plist ============================================================================== --- head/devel/flex-sdk/pkg-plist Mon Oct 5 21:30:31 2015 (r398667) +++ head/devel/flex-sdk/pkg-plist Mon Oct 5 21:30:42 2015 (r398668) @@ -655,19 +655,10 @@ bin/optimizer %%DATADIR%%/frameworks/projects/air/Core/src/air/net/ServiceMonitor.as %%DATADIR%%/frameworks/projects/air/Core/src/air/net/SocketMonitor.as %%DATADIR%%/frameworks/projects/air/Core/src/air/net/URLMonitor.as -%%DATADIR%%/frameworks/projects/air/Licensing/Android/AndroidLicensingJavaProject/src/com/adobe/air/sampleextensions/android/licensing/._AndroidLicenseCheckerCallback.java -%%DATADIR%%/frameworks/projects/air/Licensing/Android/AndroidLicensingJavaProject/src/com/adobe/air/sampleextensions/android/licensing/._AndroidLicensing.java -%%DATADIR%%/frameworks/projects/air/Licensing/Android/AndroidLicensingJavaProject/src/com/adobe/air/sampleextensions/android/licensing/._AndroidLicensingExtension.java -%%DATADIR%%/frameworks/projects/air/Licensing/Android/AndroidLicensingJavaProject/src/com/adobe/air/sampleextensions/android/licensing/._AndroidLicensingExtensionContext.java %%DATADIR%%/frameworks/projects/air/Licensing/Android/AndroidLicensingJavaProject/src/com/adobe/air/sampleextensions/android/licensing/AndroidLicenseCheckerCallback.java %%DATADIR%%/frameworks/projects/air/Licensing/Android/AndroidLicensingJavaProject/src/com/adobe/air/sampleextensions/android/licensing/AndroidLicensing.java %%DATADIR%%/frameworks/projects/air/Licensing/Android/AndroidLicensingJavaProject/src/com/adobe/air/sampleextensions/android/licensing/AndroidLicensingExtension.java %%DATADIR%%/frameworks/projects/air/Licensing/Android/AndroidLicensingJavaProject/src/com/adobe/air/sampleextensions/android/licensing/AndroidLicensingExtensionContext.java -%%DATADIR%%/frameworks/projects/air/Licensing/Android/AndroidLicensingLib/src/._extension.xml -%%DATADIR%%/frameworks/projects/air/Licensing/Android/AndroidLicensingLib/src/com/adobe/air/sampleextensions/android/licensing/._LicenseChecker.as -%%DATADIR%%/frameworks/projects/air/Licensing/Android/AndroidLicensingLib/src/com/adobe/air/sampleextensions/android/licensing/._LicenseStatus.as -%%DATADIR%%/frameworks/projects/air/Licensing/Android/AndroidLicensingLib/src/com/adobe/air/sampleextensions/android/licensing/._LicenseStatusEvent.as -%%DATADIR%%/frameworks/projects/air/Licensing/Android/AndroidLicensingLib/src/com/adobe/air/sampleextensions/android/licensing/._LicenseStatusReason.as %%DATADIR%%/frameworks/projects/air/Licensing/Android/AndroidLicensingLib/src/com/adobe/air/sampleextensions/android/licensing/LicenseChecker.as %%DATADIR%%/frameworks/projects/air/Licensing/Android/AndroidLicensingLib/src/com/adobe/air/sampleextensions/android/licensing/LicenseStatus.as %%DATADIR%%/frameworks/projects/air/Licensing/Android/AndroidLicensingLib/src/com/adobe/air/sampleextensions/android/licensing/LicenseStatusEvent.as @@ -4078,3 +4069,10 @@ bin/optimizer %%DOCSDIR%%/license-adobesdk-fr.htm %%DOCSDIR%%/license-mpl.htm %%DOCSDIR%%/readme.htm +@dir %%DATADIR%%/frameworks/projects/mobilecomponents/src/spark/transitions/supportClasses +@dir %%DATADIR%%/frameworks/projects/mobilecomponents/bundles/zh_CN +@dir %%DATADIR%%/frameworks/projects/mobilecomponents/bundles/ru_RU +@dir %%DATADIR%%/frameworks/projects/mobilecomponents/bundles/ja_JP +@dir %%DATADIR%%/frameworks/projects/mobilecomponents/bundles/fr_FR +@dir %%DATADIR%%/frameworks/projects/mobilecomponents/bundles/en_US +@dir %%DATADIR%%/frameworks/projects/mobilecomponents/bundles/de_DE