Changeset 81313
- Timestamp:
- 07/29/11 02:46:04 (4 years ago)
- Location:
- trunk/dports/devel/play
- Files:
-
- 2 edited
-
Portfile (modified) (2 diffs)
-
files/patch-framework-build.xml.diff (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/devel/play/Portfile
r80154 r81313 7 7 conflicts sox 8 8 version 1.2.2 9 revision 1 9 10 categories devel java www 10 11 platforms darwin … … 28 29 master_sites https://github.com/playframework/play/tarball/${version} 29 30 30 checksums sha1 1ebc9f02e3204258966ff8e6226a7ddb7c8bb2e2 \ 31 rmd160 7a9984b800eaf699bcdea99e60e47bab8a7e99f9 31 checksums sha1 b3d3fafcaa1525345354465484bf5c9139e1f1fb \ 32 rmd160 6dadb0616aa81180a6c27baf43dfaacd5485c05c 33 34 # stealth update at 1.2.2 35 dist_subdir ${name}/${version}_1 32 36 33 37 post-extract { -
trunk/dports/devel/play/files/patch-framework-build.xml.diff
r80154 r81313 1 --- framework/build.xml.orig 2011-0 4-13 15:03:14.000000000 +02002 +++ framework/build.xml 2011-07- 05 16:00:54.000000000 +02001 --- framework/build.xml.orig 2011-07-29 11:30:41.000000000 +0200 2 +++ framework/build.xml 2011-07-29 11:33:02.000000000 +0200 3 3 @@ -2,7 +2,7 @@ 4 4 5 5 <project name="play! framework" default="jar" basedir="."> 6 6 7 7 - <property name="baseversion" value="1.2.x" /> 8 8 + <property name="version" value="1.2.2" /> … … 10 10 <path id="project.classpath"> 11 11 <fileset dir="."> 12 @@ -35 2,11 +352,11 @@13 12 @@ -353,11 +353,11 @@ 13 14 14 <target name="package" depends="clean,version,jar,javadoc"> 15 15 <mkdir dir="dist" /> 16 16 - <zip destfile="dist/play-${version}.zip" comment="Play! ${version}" update="false"> 17 - <zipfileset prefix="play-${version}" dir=".." includes="**/*" excludes="**/cobertura.ser,**/*.pyc,hs_err*,.*,.*/*,framework/dist/**,id,play,nbproject/**,**/.bzr/**,**/.git/**,*.bzrignore,support/textmate/**,framework/classes/**,framework/tests-results/**,samples-and-tests/**/test-result,samples-and-tests/**/i-am-working-here,samples-and-tests/**/data,samples-and-tests/**/logs,samples-and-tests/**/tmp,samples-and-tests/**/db,samples-and-tests/**/attachments,modules/**" /> 17 - <zipfileset prefix="play-${version}" dir=".." includes="**/*" excludes="**/cobertura.ser,**/*.pyc,hs_err*,.*,.*/*,framework/dist/**,id,play,nbproject/**,**/.bzr/**,**/.git/**,*.bzrignore,support/textmate/**,framework/classes/**,framework/tests-results/**,samples-and-tests/**/test-result,samples-and-tests/**/i-am-working-here,samples-and-tests/**/data,samples-and-tests/**/logs,samples-and-tests/**/tmp,samples-and-tests/**/db,samples-and-tests/**/attachments,modules/**" /> 18 18 - <zipfileset prefix="play-${version}" dir=".." includes="play" filemode="777" /> 19 19 - <zipfileset prefix="play-${version}" dir=".." includes="modules/grizzly/**,modules/crud/**,modules/secure/**,modules/docviewer/**,modules/testrunner/**" excludes="**/*.pyc" /> 20 20 - </zip> 21 21 + <copy todir="dist"> 22 + <fileset dir=".." includes="**/*" excludes="**/cobertura.ser,**/*.pyc,hs_err*,.*,.*/*,framework/dist/**,id,play,nbproject/**,**/.bzr/**,**/.git/**,*.bzrignore,support/textmate/**,framework/classes/**,framework/tests-results/**,samples-and-tests/**/test-result,samples-and-tests/i-am-a-developer/**,samples-and-tests/**/data,samples-and-tests/**/logs,samples-and-tests/**/tmp,samples-and-tests/**/db,samples-and-tests/**/attachments,modules/**" /> 22 + <fileset dir=".." includes="**/*" excludes="**/cobertura.ser,**/*.pyc,hs_err*,.*,.*/*,framework/dist/**,id,play,nbproject/**,**/.bzr/**,**/.git/**,*.bzrignore,support/textmate/**,framework/classes/**,framework/tests-results/**,samples-and-tests/**/test-result,samples-and-tests/i-am-a-developer/**,samples-and-tests/**/data,samples-and-tests/**/logs,samples-and-tests/**/tmp,samples-and-tests/**/db,samples-and-tests/**/attachments,modules/**" /> 23 23 + <fileset dir=".." includes="play" /> 24 24 + <fileset dir=".." includes="modules/grizzly/**,modules/crud/**,modules/secure/**,modules/docviewer/**,modules/testrunner/**" excludes="**/*.pyc" /> 25 25 + </copy> 26 26 </target> 27 27 28 28 </project>
Note: See TracChangeset
for help on using the changeset viewer.

