- pkg bump all 1.3+ ports due to 1.3-linux removal and change in

RUN_DEPENDS via java.port.mk. okay ian@ pval@
This commit is contained in:
kurt 2008-02-14 21:51:31 +00:00
parent b3296e52b5
commit ef1a64e45b
5 changed files with 12 additions and 12 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.31 2007/10/26 14:06:02 steven Exp $
# $OpenBSD: Makefile,v 1.32 2008/02/14 21:51:31 kurt Exp $
COMMENT-java= Java bindings for Berkeley DB, revision ${REVISION}
@ -6,7 +6,7 @@ REVISION= 4
VERSION= ${REVISION}.6.21
PKGNAME= ${DISTNAME}
PKGNAME-main= ${DISTNAME}
PKGNAME-java= db-java-${VERSION}
PKGNAME-java= db-java-${VERSION}p0
DBLIBDIR= lib/db4
SHARED_LIBS += db 5.0 # .0.0
SHARED_LIBS += db_cxx 6.0 # .0.0

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.14 2007/09/16 02:52:56 merdely Exp $
# $OpenBSD: Makefile,v 1.15 2008/02/14 21:51:31 kurt Exp $
COMMENT= java replacement for make
DISTNAME= apache-ant-1.7.0
PKGNAME= ${DISTNAME}p0
PKGNAME= ${DISTNAME}p1
CATEGORIES= devel
HOMEPAGE= http://ant.apache.org/

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.13 2007/09/16 02:52:59 merdely Exp $
# $OpenBSD: Makefile,v 1.14 2008/02/14 21:51:31 kurt Exp $
COMMENT= implementation of the JSP and Java Servlet APIs
V= 3.2.4
DISTNAME= jakarta-servletapi-${V}
PKGNAME= ${DISTNAME}p3
PKGNAME= ${DISTNAME}p4
CATEGORIES= www devel
MASTER_SITES= http://archive.apache.org/dist/jakarta/tomcat-3/archive/v${V}/bin/
EXTRACT_SUFX= .zip

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.26 2008/01/15 08:47:09 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.27 2008/02/14 21:51:31 kurt Exp $
COMMENT= xml parser for Java
V= 2.9.1
DISTNAME= Xerces-J-bin.${V}
PKGNAME= xerces-${V}
PKGNAME= xerces-${V}p0
CATEGORIES= textproc
HOMEPAGE= http://xml.apache.org/xerces2-j/index.html

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2007/12/11 23:40:53 kurt Exp $
# $OpenBSD: Makefile,v 1.7 2008/02/14 21:51:31 kurt Exp $
COMMENT-main= Java servlet 2.3 and Java server pages 1.2 server
COMMENT-admin= administration web application
@ -6,9 +6,9 @@ COMMENT-examples=example applications and documentation
V= 4.1.36
DISTNAME= apache-tomcat-${V}
PKGNAME-main= tomcat-${V}
PKGNAME-admin= tomcat-admin-${V}
PKGNAME-examples=tomcat-examples-${V}
PKGNAME-main= tomcat-${V}p0
PKGNAME-admin= tomcat-admin-${V}p0
PKGNAME-examples=tomcat-examples-${V}p0
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_APACHE:=tomcat/tomcat-4/v$V/bin/} \