Framework: sync with upstream

Taken from: FreeBSD
This commit is contained in:
Franco Fichtner 2016-08-02 07:09:49 +02:00
parent f69a8c250d
commit 14b3abc6d4
3 changed files with 19 additions and 2 deletions

15
Keywords/javavm.ucl Normal file
View File

@ -0,0 +1,15 @@
# $FreeBSD$
#
# The argument is not registered as a file because of how the various
# jdk/jre are made: kind of autoplist which would make the bin/java registered
# twice
#
# MAINAINER: java@FreeBSD.org
actions: []
post-install: <<EOD
registervm %@
EOD
pre-deinstall: <<EOD
unregistervm %@
EOD

2
MOVED
View File

@ -8608,3 +8608,5 @@ devel/capstone|devel/capstone3|2016-07-10|Moved to a numbered port name to make
net-mgmt/unifi3|net-mgmt/unifi4|2016-07-10|Has expired: Unifi 3.x is EoL. Please upgrade to net-mgmt/unifi4
net/lam||2016-07-12|Has expired: Broken for more than 6 months
java/wildfly82||2016-07-17|Has expired: Fully EOL when version 10.0 was released
print/tex|print/texlive-base|2016-07-30|Superceeded by texlive
net/tridiavnc|net/tigervnc|2016-08-01|No upstream 2005

View File

@ -156,7 +156,7 @@ EXTRACT_BEFORE_ARGS?= <
EXTRACT_AFTER_ARGS?= | ${TAR} xf - --no-same-permissions --no-same-owner
.endif
DISTINFO_FILE?= ${MASTERDIR}/distinfo.${LINUX_RPM_ARCH}
DISTINFO_FILE?= ${MASTERDIR}/distinfo.${LINUX_REPO_ARCH}
BRANDELF_DIRS?=
BRANDELF_FILES?=
@ -176,7 +176,7 @@ linux-rpm-clean-portdocs:
. endif
. if ${USE_LINUX} != "f10"
PLIST?= ${MASTERDIR}/pkg-plist.${LINUX_RPM_ARCH}
PLIST?= ${MASTERDIR}/pkg-plist.${LINUX_REPO_ARCH}
. endif
. if defined(AUTOMATIC_PLIST)