Date: Mon, 28 Aug 2006 21:29:19 +0400 (MSD) From: Dmitry Marakasov <amdmi3@mail.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/102614: [MAINTAINER] textproc/uncrustify: update to 0.0.25 Message-ID: <20060828172919.C2A6541EA@hades.panopticon> Resent-Message-ID: <200608281730.k7SHUNSw036340@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 102614 >Category: ports >Synopsis: [MAINTAINER] textproc/uncrustify: update to 0.0.25 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Aug 28 17:30:22 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 6.1-RELEASE-p3 i386 >Organization: >Environment: System: FreeBSD hades.panopticon 6.1-RELEASE-p3 FreeBSD 6.1-RELEASE-p3 #0: Fri Aug 11 00:27:45 MSD 2006 amdmi3@hades.panopticon:/usr/obj/usr/src/sys/HADES i386 >Description: * Update to 0.0.25. * Install documentation (ports/101723 may be closed). >How-To-Repeat: >Fix: --- uncrustify-0.0.25.diff begins here --- diff -ruN uncrustify.orig/Makefile uncrustify/Makefile --- uncrustify.orig/Makefile Mon Aug 28 19:22:53 2006 +++ uncrustify/Makefile Mon Aug 28 20:00:29 2006 @@ -6,7 +6,7 @@ # PORTNAME= uncrustify -PORTVERSION= 0.0.24 +PORTVERSION= 0.0.25 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,5 +17,13 @@ GNU_CONFIGURE= yes USE_GMAKE= yes + +.if !defined(NOPORTDOCS) +PORTDOCS= * +post-install: + cd ${WRKSRC}/documentation; \ + ${FIND} . -type d -exec ${MKDIR} ${DOCSDIR}/{} \; ; \ + ${FIND} . -type f -exec ${INSTALL_DATA} {} ${DOCSDIR}/{} \; +.endif .include <bsd.port.mk> diff -ruN uncrustify.orig/distinfo uncrustify/distinfo --- uncrustify.orig/distinfo Mon Aug 28 19:22:53 2006 +++ uncrustify/distinfo Mon Aug 28 19:23:33 2006 @@ -1,3 +1,3 @@ -MD5 (uncrustify-0.0.24.tgz) = f312961ae0ea29c330ba7f4e8dbc4843 -SHA256 (uncrustify-0.0.24.tgz) = eafbead700e864839bcaf4cc7b4c30d1c71525af9be67b13fe9f64ebb23dacc4 -SIZE (uncrustify-0.0.24.tgz) = 373970 +MD5 (uncrustify-0.0.25.tgz) = 6c27651d592535df611f627236e1d278 +SHA256 (uncrustify-0.0.25.tgz) = b1b4358d16051b1ae72e179b25a9d4ce03af469d3ba5109209e217a5e41259ca +SIZE (uncrustify-0.0.25.tgz) = 427031 --- uncrustify-0.0.25.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060828172919.C2A6541EA>