Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
hardenedbsd-ports
Commits
b5e5608a
Commit
b5e5608a
authored
Oct 07, 2019
by
ale
Browse files
Update commons-daemon to 1.2.2 release and rename from jakarta to apache.
parent
604dabac
Changes
14
Hide whitespace changes
Inline
Side-by-side
MOVED
View file @
b5e5608a
...
...
@@ -13066,3 +13066,4 @@ java/jakarta-commons-primitives|java/apache-commons-primitives|2019-10-06|Rename
lang/jakarta-commons-jelly|lang/apache-commons-jelly|2019-10-06|Renamed upstream
net/jakarta-commons-net|net/apache-commons-net|2019-10-06|Renamed upstream
textproc/jakarta-commons-digester|textproc/apache-commons-digester|2019-10-06|Renamed upstream
devel/jakarta-commons-daemon|devel/apache-commons-daemon|2019-10-07|Renamed upstream
devel/Makefile
View file @
b5e5608a
...
...
@@ -125,6 +125,7 @@
SUBDIR
+=
antlr4
SUBDIR
+=
apache-ant
SUBDIR
+=
apache-commons-configuration
SUBDIR
+=
apache-commons-daemon
SUBDIR
+=
apache-commons-io
SUBDIR
+=
apache-commons-jxpath
SUBDIR
+=
apache-commons-modeler
...
...
@@ -1030,7 +1031,6 @@
SUBDIR
+=
itext
SUBDIR
+=
ivykis
SUBDIR
+=
iz
SUBDIR
+=
jakarta-commons-daemon
SUBDIR
+=
jam
SUBDIR
+=
jansson
SUBDIR
+=
java-findbugs
...
...
devel/
jakarta
-commons-daemon/Makefile
→
devel/
apache
-commons-daemon/Makefile
View file @
b5e5608a
...
...
@@ -2,11 +2,11 @@
# $FreeBSD$
PORTNAME
=
commons-daemon
PORTVERSION
=
1.2.
1
PORTVERSION
=
1.2.
2
CATEGORIES
=
devel java
MASTER_SITES
=
APACHE_COMMONS_SOURCE:src
\
APACHE_COMMONS_BINARIES:bin
PKGNAMEPREFIX
=
jakarta
-
PKGNAMEPREFIX
=
apache
-
DISTFILES
=
${PORTNAME}
-
${PORTVERSION}
-native-src
${EXTRACT_SUFX}
:src
\
${PORTNAME}
-
${PORTVERSION}
-bin
${EXTRACT_SUFX}
:bin
...
...
devel/apache-commons-daemon/distinfo
0 → 100644
View file @
b5e5608a
TIMESTAMP = 1570435452
SHA256 (commons-daemon-1.2.2-native-src.tar.gz) = 55b9d187858a2bb83b306b601c4afb927d7a9f9a595aae437ca7e0e85e494fdb
SIZE (commons-daemon-1.2.2-native-src.tar.gz) = 206895
SHA256 (commons-daemon-1.2.2-bin.tar.gz) = d95ca4ae44e4c51fa1f2de6af599d1a25dfa09dd91b0c5207980bc3edbe03a7f
SIZE (commons-daemon-1.2.2-bin.tar.gz) = 179626
devel/
jakarta
-commons-daemon/files/patch-configure
→
devel/
apache
-commons-daemon/files/patch-configure
View file @
b5e5608a
File moved
devel/
jakarta
-commons-daemon/files/patch-man_jsvc.1.xml
→
devel/
apache
-commons-daemon/files/patch-man_jsvc.1.xml
View file @
b5e5608a
File moved
devel/
jakarta
-commons-daemon/files/patch-native_arguments.c
→
devel/
apache
-commons-daemon/files/patch-native_arguments.c
View file @
b5e5608a
File moved
devel/
jakarta
-commons-daemon/files/patch-native_jsvc-unix.c
→
devel/
apache
-commons-daemon/files/patch-native_jsvc-unix.c
View file @
b5e5608a
File moved
devel/
jakarta
-commons-daemon/pkg-descr
→
devel/
apache
-commons-daemon/pkg-descr
View file @
b5e5608a
File moved
devel/jakarta-commons-daemon/distinfo
deleted
100644 → 0
View file @
604dabac
TIMESTAMP = 1569854872
SHA256 (commons-daemon-1.2.1-native-src.tar.gz) = dabefec25192db997fcbd6d1d0d606e59bd57fc41bc61ec53625d3d12b57f2e3
SIZE (commons-daemon-1.2.1-native-src.tar.gz) = 1582098
SHA256 (commons-daemon-1.2.1-bin.tar.gz) = b8617b2b5a5d19f9d11a5640ac2d0a72198cae64b372aec268a1ecab0ee8b0ce
SIZE (commons-daemon-1.2.1-bin.tar.gz) = 178789
www/tomcat7/Makefile
View file @
b5e5608a
...
...
@@ -14,7 +14,7 @@ COMMENT= Open-source Java web server by Apache, 7.x branch
LICENSE
=
APACHE20
RUN_DEPENDS
=
jsvc:devel/
jakarta
-commons-daemon
RUN_DEPENDS
=
jsvc:devel/
apache
-commons-daemon
USES
=
cpe
CPE_VENDOR
=
apache
...
...
www/tomcat85/Makefile
View file @
b5e5608a
...
...
@@ -13,7 +13,7 @@ COMMENT= Open-source Java web server by Apache, 8.5.x branch
LICENSE
=
APACHE20
RUN_DEPENDS
=
jsvc:devel/
jakarta
-commons-daemon
RUN_DEPENDS
=
jsvc:devel/
apache
-commons-daemon
USES
=
cpe
CPE_VENDOR
=
apache
...
...
www/tomcat9/Makefile
View file @
b5e5608a
...
...
@@ -14,7 +14,7 @@ COMMENT= Open-source Java web server by Apache, 9.0.x branch
LICENSE
=
APACHE20
RUN_DEPENDS
=
jsvc:devel/
jakarta
-commons-daemon
RUN_DEPENDS
=
jsvc:devel/
apache
-commons-daemon
USES
=
cpe
CPE_VENDOR
=
apache
...
...
www/tomee/Makefile
View file @
b5e5608a
...
...
@@ -12,7 +12,7 @@ COMMENT= Open-source Java EE Container by Apache
LICENSE
=
APACHE20
RUN_DEPENDS
=
jsvc:devel/
jakarta
-commons-daemon
RUN_DEPENDS
=
jsvc:devel/
apache
-commons-daemon
USES
=
cpe
CPE_VENDOR
=
apache
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment