mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- 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]
This commit is contained in:
parent
8552446ef9
commit
22bf9d1d5e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=267456
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user