Update devel/astyle to 2.04. In addition: - Attach LICENSE (LGPL3) - Don't include LICENSE_FILE, because port only has a HTML-ified license - Add missing DOCS option to OPTIONS_DEFINE - Fix pkg-plist when not installing PORTDOCS The port also ships with a 'Makefile' that uses `clang`, perhaps it should be used to avoid the dependency on GCC? Fix: Apply the attached patch. Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->lme Over to maintainer (via the GNATS Auto Assign Tool)
Author: lme Date: Sat Dec 7 14:06:04 2013 New Revision: 335828 URL: http://svnweb.freebsd.org/changeset/ports/335828 Log: - Update to 2.04 - Add LICENCSE PR: ports/184553 Submitted by: Kevin Zheng <kevinz5000@gmail.com> Modified: head/devel/astyle/Makefile head/devel/astyle/distinfo Modified: head/devel/astyle/Makefile ============================================================================== --- head/devel/astyle/Makefile Sat Dec 7 12:26:48 2013 (r335827) +++ head/devel/astyle/Makefile Sat Dec 7 14:06:04 2013 (r335828) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= astyle -PORTVERSION= 2.03 -PORTREVISION= 1 +PORTVERSION= 2.04 CATEGORIES= devel textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION}_linux @@ -11,6 +10,8 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}_lin MAINTAINER= lme@FreeBSD.org COMMENT= Source code indenter and formatter for C, C++, C\#, and Java +LICENSE= LGPL3 + ALL_TARGET= astyle CFLAGS+= -W -Wall -fno-rtti -fno-exceptions LDFLAGS+= -s Modified: head/devel/astyle/distinfo ============================================================================== --- head/devel/astyle/distinfo Sat Dec 7 12:26:48 2013 (r335827) +++ head/devel/astyle/distinfo Sat Dec 7 14:06:04 2013 (r335828) @@ -1,2 +1,2 @@ -SHA256 (astyle_2.03_linux.tar.gz) = 22b5249a0b8c9fab3b3bcd467abcb3c6b4a78458b528028634a83dca4c6ca389 -SIZE (astyle_2.03_linux.tar.gz) = 142577 +SHA256 (astyle_2.04_linux.tar.gz) = 70b37f4853c418d1e2632612967eebf1bdb93dfbe558c51d7d013c9b4e116b60 +SIZE (astyle_2.04_linux.tar.gz) = 156974 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added, with minor changes. Thanks!