Date: Fri, 30 Jul 1999 04:24:06 -0500 (EST) From: Don Croyle <croyle@gelemna.ft-wayne.in.us> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/12886: Update devel/astyle to 1.10.4 Message-ID: <199907300924.EAA15041@gelemna.ft-wayne.in.us>
next in thread | raw e-mail | index | archive | help
>Number: 12886 >Category: ports >Synopsis: Update devel/astyle to 1.10.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jul 30 02:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Don Croyle >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: Update the devel/astyle port to use the latest distfile. I also thought it would be a good idea to start installing the docs, such as they are. >How-To-Repeat: >Fix: Apply this patch: diff -ruN astyle.old/Makefile astyle/Makefile --- astyle.old/Makefile Wed Jul 21 23:20:45 1999 +++ astyle/Makefile Fri Jul 30 04:04:19 1999 @@ -1,13 +1,13 @@ # New ports collection makefile for: astyle -# Version required: 1.10.1 +# Version required: 1.10.4 # Date created: 31 Jan 1999 # Whom: Don Croyle <croyle@gelemna.ft-wayne.in.us> # # $Id: Makefile,v 1.2 1999/07/22 04:20:45 cpiazza Exp $ # -DISTNAME= astyle_1.10.1_src -PKGNAME= astyle-1.10.1 +DISTNAME= astyle_1.10.4_src +PKGNAME= astyle-1.10.4 CATEGORIES= devel textproc MASTER_SITES= http://gene.md.huji.ac.il/~tald/astyle/stable/src/ \ http://www.infonex.com/~dacroyle/freebsd/ @@ -15,8 +15,7 @@ MAINTAINER= croyle@gelemna.ft-wayne.in.us -WRKSRC= ${WRKDIR}/astyle_1.10.1 -ALL_TARGET= astyle +WRKSRC= ${WRKDIR}/astyle_1.10.4 post-extract: perl -pi -e 's/\r//' ${WRKSRC}/* @@ -27,5 +26,9 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/astyle ${PREFIX}/bin/ +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/astyle + ${INSTALL_DATA} ${WRKSRC}/astyle.html ${PREFIX}/share/doc/astyle +.endif .include <bsd.port.mk> diff -ruN astyle.old/files/md5 astyle/files/md5 --- astyle.old/files/md5 Wed Jul 21 23:20:46 1999 +++ astyle/files/md5 Fri Jul 30 03:47:20 1999 @@ -1 +1 @@ -MD5 (astyle_1.10.1_src.tgz) = f682d3ce6ba0611384a5319816826607 +MD5 (astyle_1.10.4_src.tgz) = f1a8d5e16975a8062308b818bd4c5bd2 diff -ruN astyle.old/pkg/PLIST astyle/pkg/PLIST --- astyle.old/pkg/PLIST Fri Apr 2 20:26:18 1999 +++ astyle/pkg/PLIST Fri Jul 30 04:06:03 1999 @@ -1 +1,3 @@ bin/astyle +share/doc/astyle/astyle.html +@dirrm share/doc/astyle >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907300924.EAA15041>