diff options
author | nork <nork@FreeBSD.org> | 2005-11-03 23:17:16 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2005-11-03 23:17:16 +0800 |
commit | 6a58b91f9bf7d32e785cd7dd7f7f9be2ec5ab70a (patch) | |
tree | c8edfd94ead0b9f00930432342f1a7cfc549740f /devel/jude-community | |
parent | 996b1d385dde71be762be6914c41070ebd368ebd (diff) | |
download | freebsd-ports-gnome-6a58b91f9bf7d32e785cd7dd7f7f9be2ec5ab70a.tar.gz freebsd-ports-gnome-6a58b91f9bf7d32e785cd7dd7f7f9be2ec5ab70a.tar.zst freebsd-ports-gnome-6a58b91f9bf7d32e785cd7dd7f7f9be2ec5ab70a.zip |
Update to 2.4 and Fix IGNORE message.
PR: ports/88448
Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp> (maintainer)
Diffstat (limited to 'devel/jude-community')
-rw-r--r-- | devel/jude-community/Makefile | 7 | ||||
-rw-r--r-- | devel/jude-community/distinfo | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/devel/jude-community/Makefile b/devel/jude-community/Makefile index 9a4b158de2db..9945217118ce 100644 --- a/devel/jude-community/Makefile +++ b/devel/jude-community/Makefile @@ -6,7 +6,7 @@ # PORTNAME= jude-community -PORTVERSION= 1.6.2 +PORTVERSION= 2.4 CATEGORIES= devel java MASTER_SITES= # you have to register yourself as a member to download DISTNAME= ${PORTNAME}-${PORTVERSION:S!.!_!g} @@ -40,8 +40,9 @@ PORTDOCS= README-e.txt README.txt ReleaseNote-e.html ReleaseNote.html .include <bsd.port.pre.mk> .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE= You must manually fetch the distribution file from ${DOWNLOAD_URL}, then\ - place it in ${DISTDIR} and run make again +IGNORE= needs you to fetch manually the distribution file\ + from ${DOWNLOAD_URL}, \ + then place it in ${DISTDIR} and run make again .endif post-patch: diff --git a/devel/jude-community/distinfo b/devel/jude-community/distinfo index 5a5da814f7e5..6ce7f6232a7d 100644 --- a/devel/jude-community/distinfo +++ b/devel/jude-community/distinfo @@ -1,2 +1,2 @@ -MD5 (jude-community-1_6_2.zip) = 6a797392c6fe460aa98880651a91539f -SIZE (jude-community-1_6_2.zip) = 3426154 +MD5 (jude-community-2_4.zip) = beae7c461b611121a991b195bb29a31e +SIZE (jude-community-2_4.zip) = 3730128 |