diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-11-03 23:17:16 +0800 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-11-03 23:17:16 +0800 |
commit | 761aa4030c54b39408535811da9c1327684902fd (patch) | |
tree | 0dea7489b7ac28824bf7ee534fc74a0fc6e27182 /devel/jude-community | |
parent | e30c14c26144dcc85b8cf03ea64a375a01b6c8d4 (diff) | |
download | freebsd-ports-gnome-761aa4030c54b39408535811da9c1327684902fd.tar.gz freebsd-ports-gnome-761aa4030c54b39408535811da9c1327684902fd.tar.zst freebsd-ports-gnome-761aa4030c54b39408535811da9c1327684902fd.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 |