FreeBSD Bugzilla – Attachment 163189 Details for
Bug 204422
devel/artifactory: Add NO_ARCH, Multiple LICENSE's
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Updated Makefile
artifactory-4.2.2.diff (text/plain), 1.07 KB, created by
David Harrigan
on 2015-11-16 11:20:27 UTC
(
hide
)
Description:
Updated Makefile
Filename:
MIME Type:
Creator:
David Harrigan
Created:
2015-11-16 11:20:27 UTC
Size:
1.07 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 401758) >+++ Makefile (working copy) >@@ -11,13 +11,14 @@ > > LICENSE= GPLv3 LGPL3 APACHE20 > LICENSE_COMB= multi >-LICENSE_FILE= ${WRKSRC}/COPYING ${WRKSRC}/COPYING ${WRKSRC}/tomcat/LICENSE >+LICENSE_FILE_GPLv3= ${WRKSRC}/COPYING >+LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING.LESSER >+LICENSE_FILE_APACHE20= ${WRKSRC}/tomcat/LICENSE > > RUN_DEPENDS= bash:${PORTSDIR}/shells/bash > > WRKSRC= ${WRKDIR}/${PORTNAME}-oss-${PORTVERSION} > >-NO_ARCH= yes > USE_JAVA= yes > USES= shebangfix zip > SHEBANG_FILES= bin/artifactory.sh >@@ -24,7 +25,7 @@ > NO_BUILD= yes > JAVA_VERSION= 1.8+ > JAVA_VENDOR= openjdk >-ONLY_FOR_ARCHS= i386 amd64 >+NO_ARCH= yes > USE_RC_SUBR= ${PORTNAME} > > APP_NAME= ${PORTNAME} >@@ -46,8 +47,8 @@ > VARDIR=${VARDIR} > > do-install: >-.for f in artifactory-service.exe artifactory.bat installService.bat \ >- uninstallService.bat >+ >+.for f in artifactory-service.exe artifactory.bat installService.bat uninstallService.bat > ${RM} ${WRKSRC}/bin/${f} > .endfor > ${RM} ${WRKSRC}/tomcat/bin/*.bat
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 204422
:
162954
|
162956
| 163189