mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Rename java/wildfly100 to java/wildfly10.
PR: 212052 Submitted by: olgeni
This commit is contained in:
parent
28ef764901
commit
d075dd2f5e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=431140
9 changed files with 5 additions and 4 deletions
1
MOVED
1
MOVED
|
@ -8977,3 +8977,4 @@ devel/rubygem-activejob|devel/rubygem-activejob4|2017-01-08|Rename to match our
|
|||
www/httpie|www/py-httpie|2017-01-09|Renamed to match upstream (PyPI) name
|
||||
sysutils/istatd|sysutils/istatserver|2017-01-09|Project was renamed
|
||||
devel/py-gflags|devel/py-python-gflags|2017-01-10|Rename to match PyPI naming
|
||||
java/wildfly100|java/wildfly10|2017-01-10|Remove minor version number from port name
|
||||
|
|
|
@ -123,7 +123,7 @@
|
|||
SUBDIR += trove4j
|
||||
SUBDIR += veditor
|
||||
SUBDIR += visualvm
|
||||
SUBDIR += wildfly100
|
||||
SUBDIR += wildfly10
|
||||
SUBDIR += wildfly90
|
||||
SUBDIR += xdoclet
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# Created by: Alexander Yerenkow <yerenkow@gmail.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= wildfly100
|
||||
PORTNAME= wildfly10
|
||||
PORTVERSION= 10.0.0
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= java www
|
||||
MASTER_SITES= http://download.jboss.org/wildfly/${WILDFLY_VERSION}/
|
||||
DISTNAME= wildfly-${WILDFLY_VERSION}
|
||||
|
@ -13,7 +13,7 @@ COMMENT= Replacement for JBoss Application Server
|
|||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USE_RC_SUBR= wildfly100
|
||||
USE_RC_SUBR= wildfly10
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.7+
|
||||
USER= www
|
Loading…
Add table
Reference in a new issue