diff options
author | marcus <marcus@FreeBSD.org> | 2005-11-05 13:22:06 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-11-05 13:22:06 +0800 |
commit | 990b2a0e3ae0bb2dade31405ff66470e67cacab0 (patch) | |
tree | 4689cd658f78bf5a6072448e78d4704469a4f802 /java | |
parent | 284c7548af08c152e3e3dfc92a4409436d36a21d (diff) | |
download | freebsd-ports-gnome-990b2a0e3ae0bb2dade31405ff66470e67cacab0.tar.gz freebsd-ports-gnome-990b2a0e3ae0bb2dade31405ff66470e67cacab0.tar.zst freebsd-ports-gnome-990b2a0e3ae0bb2dade31405ff66470e67cacab0.zip |
Bump PORTREVISION to chase the glib20 shared library update.
Diffstat (limited to 'java')
-rw-r--r-- | java/classpath/Makefile | 1 | ||||
-rw-r--r-- | java/eclipse-devel/Makefile | 1 | ||||
-rw-r--r-- | java/eclipse-langpack/Makefile | 2 | ||||
-rw-r--r-- | java/eclipse/Makefile | 2 | ||||
-rw-r--r-- | java/jdk15/Makefile | 2 | ||||
-rw-r--r-- | java/jdk16/Makefile | 2 | ||||
-rw-r--r-- | java/jmp/Makefile | 1 | ||||
-rw-r--r-- | java/kaffe/Makefile | 1 | ||||
-rw-r--r-- | java/sablevm/Makefile | 2 |
9 files changed, 9 insertions, 5 deletions
diff --git a/java/classpath/Makefile b/java/classpath/Makefile index 9bb6d8a2e925..4398f6e7a694 100644 --- a/java/classpath/Makefile +++ b/java/classpath/Makefile @@ -8,6 +8,7 @@ PORTNAME= classpath PORTVERSION= 0.17 +PORTREVISION= 1 CATEGORIES= java MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/java/eclipse-devel/Makefile b/java/eclipse-devel/Makefile index 9fcf09dfc9cb..cf56fa0812d7 100644 --- a/java/eclipse-devel/Makefile +++ b/java/eclipse-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= eclipse PORTVERSION= 3.1M7 +PORTREVISION= 1 CATEGORIES= java devel MASTER_SITES= ${MASTER_SITE_ECLIPSE} MASTER_SITE_SUBDIR= S-${PORTVERSION}-200505131415 diff --git a/java/eclipse-langpack/Makefile b/java/eclipse-langpack/Makefile index 1b3f99cee01a..18e5cd685083 100644 --- a/java/eclipse-langpack/Makefile +++ b/java/eclipse-langpack/Makefile @@ -7,7 +7,7 @@ PORTNAME= eclipse PORTVERSION= 3.1.1 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= java devel MASTER_SITES= ${MASTER_SITE_ECLIPSE} MASTER_SITE_SUBDIR= L-${PORTVERSION}_Language_Packs-200510051300 diff --git a/java/eclipse/Makefile b/java/eclipse/Makefile index dfb4bfbeb84a..47aa46d3c649 100644 --- a/java/eclipse/Makefile +++ b/java/eclipse/Makefile @@ -7,7 +7,7 @@ PORTNAME= eclipse PORTVERSION= 3.1.1 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= java devel MASTER_SITES= ${MASTER_SITE_ECLIPSE} MASTER_SITE_SUBDIR= R-${PORTVERSION}-200509290840 diff --git a/java/jdk15/Makefile b/java/jdk15/Makefile index 18028b99df9d..dbbb3fe1c077 100644 --- a/java/jdk15/Makefile +++ b/java/jdk15/Makefile @@ -7,7 +7,7 @@ PORTNAME= jdk PORTVERSION= ${JDK_VERSION}p${JDK_PATCHSET_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= java devel MASTER_SITES= # http://www.sun.com/software/communitysource/j2se/java2/download.xml # http://www.eyesbeyond.com/freebsddom/java/jdk15.html diff --git a/java/jdk16/Makefile b/java/jdk16/Makefile index 18028b99df9d..dbbb3fe1c077 100644 --- a/java/jdk16/Makefile +++ b/java/jdk16/Makefile @@ -7,7 +7,7 @@ PORTNAME= jdk PORTVERSION= ${JDK_VERSION}p${JDK_PATCHSET_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= java devel MASTER_SITES= # http://www.sun.com/software/communitysource/j2se/java2/download.xml # http://www.eyesbeyond.com/freebsddom/java/jdk15.html diff --git a/java/jmp/Makefile b/java/jmp/Makefile index 8cc5d7136215..26da3ee445c7 100644 --- a/java/jmp/Makefile +++ b/java/jmp/Makefile @@ -7,6 +7,7 @@ PORTNAME= jmp PORTVERSION= 0.47 +PORTREVISION= 1 CATEGORIES= java devel MASTER_SITES= http://www.khelekore.org/jmp/ diff --git a/java/kaffe/Makefile b/java/kaffe/Makefile index ee7d0d0008f1..a4bfa542c348 100644 --- a/java/kaffe/Makefile +++ b/java/kaffe/Makefile @@ -7,6 +7,7 @@ PORTNAME= kaffe PORTVERSION= 1.1.6 +PORTREVISION= 1 CATEGORIES= java devel MASTER_SITES= ftp://ftp.kaffe.org/pub/kaffe/v1.1.x-development/ diff --git a/java/sablevm/Makefile b/java/sablevm/Makefile index 844bee395ad1..aa0c76311a51 100644 --- a/java/sablevm/Makefile +++ b/java/sablevm/Makefile @@ -7,7 +7,7 @@ PORTNAME= sablevm PORTVERSION= 1.1.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= java MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=sablevm |