Bug 184553 - [patch] Update devel/astyle to 2.04
Summary: [patch] Update devel/astyle to 2.04
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Lars Engels
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-06 23:20 UTC by Kevin Zheng
Modified: 2013-12-07 14:10 UTC (History)
0 users

See Also:


Attachments
file.diff (1.46 KB, patch)
2013-12-06 23:20 UTC, Kevin Zheng
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Zheng 2013-12-06 23:20:00 UTC
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:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-12-06 23:20:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lme

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-12-07 14:06:12 UTC
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"
Comment 3 Lars Engels freebsd_committer freebsd_triage 2013-12-07 14:06:29 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!