forked from Lainports/freebsd-ports
Distfile rerolled without LICENSE file.
PR: ports/97539 Submitted by: Tian-Jian Jiang <tmjiang@iis.sinica.edu.tw>
This commit is contained in:
parent
e8ed9fc36e
commit
366cd5d141
3 changed files with 9 additions and 11 deletions
|
|
@ -20,13 +20,13 @@ USE_JAVA= yes
|
|||
JAVA_VERSION= 1.2+
|
||||
USE_ANT= yes
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
ALL_TARGET= dist
|
||||
|
||||
PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
PORTDOCS= LICENSE.txt RELEASE-NOTES.txt api
|
||||
PORTDOCS= RELEASE-NOTES.txt api
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
|
|
@ -39,7 +39,7 @@ do-install:
|
|||
@${MKDIR} ${DOCSDIR}
|
||||
@cd ${WRKSRC}/dist/docs && ${FIND} api \
|
||||
| ${CPIO} -pdmu -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} > /dev/null 2>&1
|
||||
@${INSTALL_DATA} ${WRKSRC}/dist/LICENSE.txt ${WRKSRC}/dist/RELEASE-NOTES.txt \
|
||||
@${INSTALL_DATA} ${WRKSRC}/dist/RELEASE-NOTES.txt \
|
||||
${DOCSDIR}/
|
||||
@${ECHO_MSG} " [DONE]"
|
||||
.endif
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (commons-codec-1.3-src.tar.gz) = ac19a5dc22b1293b39d0445ad08c4ce7
|
||||
SHA256 (commons-codec-1.3-src.tar.gz) = 47e485a942e1f6f3f2a2b526e77667cbccbf507aeb63e129f54dfc77b5b645f4
|
||||
SIZE (commons-codec-1.3-src.tar.gz) = 88242
|
||||
MD5 (commons-codec-1.3-src.tar.gz) = af3c3acf618de6108d65fcdc92b492e1
|
||||
SHA256 (commons-codec-1.3-src.tar.gz) = 12effcf3fea025bd34edbfec60a6216ca453fb27e781d8e5783caf75fd33d90e
|
||||
SIZE (commons-codec-1.3-src.tar.gz) = 80427
|
||||
|
|
|
|||
|
|
@ -1,11 +1,10 @@
|
|||
--- build.xml.orig Mon May 24 01:30:33 2004
|
||||
+++ build.xml Thu Nov 3 07:59:01 2005
|
||||
@@ -90,14 +90,14 @@
|
||||
--- build.xml.orig Mon May 24 01:30:34 2004
|
||||
+++ build.xml Wed May 24 08:24:55 2006
|
||||
@@ -90,14 +90,12 @@
|
||||
</target>
|
||||
<target name="dist" depends="compile,javadoc" description="Create binary distribution">
|
||||
<mkdir dir="${dist.home}"/>
|
||||
- <copy file="../LICENSE" todir="${dist.home}"/>
|
||||
+ <copy file="${basedir}/LICENSE.txt" todir="${dist.home}"/>
|
||||
<copy file="${basedir}/RELEASE-NOTES.txt" todir="${dist.home}"/>
|
||||
<antcall target="jar"/>
|
||||
</target>
|
||||
|
|
@ -13,7 +12,6 @@
|
|||
<mkdir dir="${dist.home}"/>
|
||||
<mkdir dir="${build.home}/classes/META-INF"/>
|
||||
- <copy file="../LICENSE" tofile="${build.home}/classes/META-INF/LICENSE.txt"/>
|
||||
+ <copy file="${basedir}/LICENSE.txt" tofile="${build.home}/classes/META-INF/LICENSE.txt"/>
|
||||
<jar jarfile="${dist.home}/${final.name}.jar" basedir="${build.home}/classes" manifest="${build.home}/conf/MANIFEST.MF"/>
|
||||
</target>
|
||||
<target name="install-jar" depends="jar" description="--> Installs jar file in ${lib.repo}">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue