diff options
author | tota <tota@FreeBSD.org> | 2011-01-06 22:12:11 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2011-01-06 22:12:11 +0800 |
commit | a517a439fc130a81b978db6d9e3f002f4c6f87fe (patch) | |
tree | 43359842179031586f082712f08e14e96f61cfeb /japanese | |
parent | 88e79e5615fdbc68efd6a58956c2ba2d31e3c3e2 (diff) | |
download | freebsd-ports-gnome-a517a439fc130a81b978db6d9e3f002f4c6f87fe.tar.gz freebsd-ports-gnome-a517a439fc130a81b978db6d9e3f002f4c6f87fe.tar.zst freebsd-ports-gnome-a517a439fc130a81b978db6d9e3f002f4c6f87fe.zip |
- Update to 2.7.5 [1]
- Use MASTER_SITES_ABBREVS in MASTER_SITES
- Add LICENSE
- Add OPTIONS
- Drop MD5 checksum from distinfo
- Make portlint happy
PR: ports/153512 [1]
Submitted by: Takashi Kato <townwear_AT_gmail_DOT_com> (maintainer) [1]
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/jd/Makefile | 27 | ||||
-rw-r--r-- | japanese/jd/distinfo | 5 |
2 files changed, 20 insertions, 12 deletions
diff --git a/japanese/jd/Makefile b/japanese/jd/Makefile index c53efa322e82..d65c532c1634 100644 --- a/japanese/jd/Makefile +++ b/japanese/jd/Makefile @@ -6,24 +6,33 @@ # PORTNAME= jd -PORTVERSION= 2.7.0 -PORTREVISION= 1 +PORTVERSION= 2.7.5 CATEGORIES= japanese www -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} -MASTER_SITE_SUBDIR= jd4linux/48699 -DISTNAME= ${PORTNAME}-${PORTVERSION}-100823 +MASTER_SITES= SFJP +MASTER_SITE_SUBDIR= jd4linux/50363 +DISTNAME= ${PORTNAME}-${PORTVERSION}-101228 EXTRACT_SUFX= .tgz MAINTAINER= townwear@gmail.com COMMENT= A 2ch browser +LIB_DEPENDS= gnutls:${PORTSDIR}/security/gnutls \ + gtkmm:${PORTSDIR}/x11-toolkits/gtkmm24 + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + MAKE_JOBS_SAFE= yes -GNU_CONFIGURE= yes USE_GMAKE= yes USE_AUTOTOOLS= autoconf automake libtool +USE_GNOME= gtk20 +GNU_CONFIGURE= yes -LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls \ - gtkmm:${PORTSDIR}/x11-toolkits/gtkmm24 +OPTIONS= ONIGURUMA "Build with oniguruma regular expressions lib" off \ + GNOMEUI "Enable LibGnomeUI support" off \ + PANGOLAYOUT "Use PANGOLayout instead of PangoGlyphString" off + +.include <bsd.port.pre.mk> .if defined(WITH_ONIGURUMA) CONFIGURE_ARGS+= --with-oniguruma @@ -42,4 +51,4 @@ CONFIGURE_ARGS+= --with-pangolayout pre-configure: @cd ${WRKSRC} && ${AUTORECONF} -i -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/japanese/jd/distinfo b/japanese/jd/distinfo index d463b37387fb..245d9f0ced02 100644 --- a/japanese/jd/distinfo +++ b/japanese/jd/distinfo @@ -1,3 +1,2 @@ -MD5 (jd-2.7.0-100823.tgz) = f52ead91910ee7cb37456580b85549bb -SHA256 (jd-2.7.0-100823.tgz) = 7b4c2f3a644aebe2518b915aa7cb9cf2dd31a61f9f2c6d546a372401ace40647 -SIZE (jd-2.7.0-100823.tgz) = 749471 +SHA256 (jd-2.7.5-101228.tgz) = a13c09414e511f1a3bfde220f549a8af6647d18b40b2f545201a3ea924697f0c +SIZE (jd-2.7.5-101228.tgz) = 764459 |