Date: Sat, 10 Feb 2018 01:11:56 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461358 - head/devel/flexjson Message-ID: <201802100111.w1A1Bu0e005291@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sat Feb 10 01:11:56 2018 New Revision: 461358 URL: https://svnweb.freebsd.org/changeset/ports/461358 Log: devel/flexjson: Update to 2.1 amutu@amutu.com took maintainership. Additional port changes: * DISTVERSION * Update of MASTER_SITES. * No need for USES=zip any more. * No need for NO_WRKSUBDIR. * Minor change in do-install. * PORTDOCS to the end. PR: 220075 Submitted by: Jov <amutu@amutu.com> Approved by: tcberner (mentor, implicit) Modified: head/devel/flexjson/Makefile head/devel/flexjson/distinfo Modified: head/devel/flexjson/Makefile ============================================================================== --- head/devel/flexjson/Makefile Sat Feb 10 01:02:39 2018 (r461357) +++ head/devel/flexjson/Makefile Sat Feb 10 01:11:56 2018 (r461358) @@ -2,33 +2,29 @@ # $FreeBSD$ PORTNAME= flexjson -PORTVERSION= 1.6 -PORTREVISION= 1 +DISTVERSION= 2.1 CATEGORIES= devel java -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Flexjson%201.0 -DISTNAME= ${PORTNAME} +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/flexjson%20${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= amutu@amutu.com COMMENT= Lightweight Java library to write JSON LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE-2.0.txt -USES= zip USE_JAVA= yes JAVA_VERSION= 1.6+ NO_BUILD= yes NO_ARCH= yes -NO_WRKSUBDIR= yes PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar -PORTDOCS= * - OPTIONS_DEFINE= DOCS +PORTDOCS= * + do-install: - ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.jar \ + ${INSTALL_DATA} ${WRKSRC}/${DISTNAME}.jar \ ${STAGEDIR}${JAVAJARDIR}/${PORTNAME}.jar do-install-DOCS-on: Modified: head/devel/flexjson/distinfo ============================================================================== --- head/devel/flexjson/distinfo Sat Feb 10 01:02:39 2018 (r461357) +++ head/devel/flexjson/distinfo Sat Feb 10 01:11:56 2018 (r461358) @@ -1,2 +1,3 @@ -SHA256 (flexjson.zip) = 0242e6c6a022d568a8a4571297a500254bf01c9d2ff1f9238b5a39c5b7e4cc54 -SIZE (flexjson.zip) = 55229 +TIMESTAMP = 1497796307 +SHA256 (flexjson-2.1.tar.gz) = 9c841fbde84c6950b3ca46c0ecbb5089e294fa9d81cc1b3fb68ceba6e8f79775 +SIZE (flexjson-2.1.tar.gz) = 627012
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802100111.w1A1Bu0e005291>