Changeset 80154
- Timestamp:
- 07/05/11 09:29:01 (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
r79775 r80154 6 6 name play 7 7 conflicts sox 8 version 1.2. 18 version 1.2.2 9 9 categories devel java www 10 10 platforms darwin … … 28 28 master_sites https://github.com/playframework/play/tarball/${version} 29 29 30 checksums sha1 9ad1c9c82e0fe5ceb6165923a8f49b5d30a62e90\31 rmd160 610302c35825e10686495c957bf66630fd19d13630 checksums sha1 1ebc9f02e3204258966ff8e6226a7ddb7c8bb2e2 \ 31 rmd160 7a9984b800eaf699bcdea99e60e47bab8a7e99f9 32 32 33 33 post-extract { -
trunk/dports/devel/play/files/patch-framework-build.xml.diff
r78644 r80154 1 --- framework/build.xml.orig 2011-0 5-16 00:08:08.000000000 +02002 +++ framework/build.xml 2011-0 5-16 00:07:17.000000000 +02001 --- framework/build.xml.orig 2011-04-13 15:03:14.000000000 +0200 2 +++ framework/build.xml 2011-07-05 16:00:54.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 + <property name="version" value="1.2. 1" />8 + <property name="version" value="1.2.2" /> 9 9 10 10 <path id="project.classpath"> 11 11 <fileset dir="."> 12 @@ -35 3,11 +353,11 @@13 12 @@ -352,11 +352,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" /> … … 25 25 + </copy> 26 26 </target> 27 27 28 28 </project>
Note: See TracChangeset
for help on using the changeset viewer.

