pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/oracle-jre8



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Mar 13 09:32:25 UTC 2023

Modified Files:
        pkgsrc/lang/oracle-jre8: Makefile

Log Message:
oracle-jre8: Support all distinfo targets.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/oracle-jre8/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/oracle-jre8/Makefile
diff -u pkgsrc/lang/oracle-jre8/Makefile:1.6 pkgsrc/lang/oracle-jre8/Makefile:1.7
--- pkgsrc/lang/oracle-jre8/Makefile:1.6        Sun Nov  3 19:04:04 2019
+++ pkgsrc/lang/oracle-jre8/Makefile    Mon Mar 13 09:32:25 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2019/11/03 19:04:04 rillig Exp $
+# $NetBSD: Makefile,v 1.7 2023/03/13 09:32:25 jperkin Exp $
 
 # Note: Regen distinfo with PKG_OPTIONS.oracle-jre8+=oracle-jre-jce
 # Note: Update DOWNLOAD_NAME when you update the JRE version
@@ -61,7 +61,7 @@ FETCH_MESSAGE+=       "As oracle-jre-jce is en
 .endif
 
 # Simplify distinfo generation
-.if make(distinfo)
+.if make(distinfo) || make (makesum) || make(mdi)
 DISTFILES=     jce_policy-8.zip
 DISTFILES+=    jre-8u${UPDATE_NUMBER}-linux-i586.tar.gz
 DISTFILES+=    jre-8u${UPDATE_NUMBER}-linux-x64.tar.gz



Home | Main Index | Thread Index | Old Index