Date: Wed, 9 Aug 2006 23:14:13 +0600 (YEKST) From: Stanislav Sedov <ssedov@mbsd.msk.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/101723: [PATCH] textproc/uncrustify: update to 0.0.24 Message-ID: <20060809171413.E685D12C65@fonon.realnet> Resent-Message-ID: <200608091920.k79JKGst046191@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 101723 >Category: ports >Synopsis: [PATCH] textproc/uncrustify: update to 0.0.24 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Aug 09 19:20:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Stanislav Sedov >Release: FreeBSD 7.0-CURRENT i386 >Organization: MBSD labs, Inc. >Environment: System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Wed Aug 2 21:44:37 MSD >Description: - Install documentation - Update to 0.0.24 Copy of this message was sent to (amdmi3@mail.ru). >How-To-Repeat: >Fix: --- uncrustify-0.0.24.patch begins here --- diff -ruN --exclude=CVS /usr/ports/textproc/uncrustify/Makefile /var/tmp/ruby/uncrustify/Makefile --- /usr/ports/textproc/uncrustify/Makefile Sun Jul 30 02:56:51 2006 +++ /var/tmp/ruby/uncrustify/Makefile Wed Aug 9 23:12:32 2006 @@ -6,7 +6,7 @@ # PORTNAME= uncrustify -PORTVERSION= 0.0.23 +PORTVERSION= 0.0.24 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,5 +17,23 @@ GNU_CONFIGURE= yes USE_GMAKE= yes + +.if !defined(NOPORTDOCS) +PORTDOCS= * +.endif + +# XXX: exists untill it will be committed to bsd.port.mk +COPYTREE_SHARE= ${SH} -c '(${FIND} -d $$0 $$2 | ${CPIO} -dumpl $$1 >/dev/null \ + 2>&1) && \ + ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} $$1 && \ + ${FIND} $$1/ -type d -exec ${CHMOD} 755 {} \; && \ + ${FIND} $$1/ -type f -exec ${CHMOD} ${SHAREMODE} {} \;' -- + +post-install: + +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} + @(cd ${WRKSRC}/documentation && ${COPYTREE_SHARE} \* ${DOCSDIR}) +.endif .include <bsd.port.mk> diff -ruN --exclude=CVS /usr/ports/textproc/uncrustify/distinfo /var/tmp/ruby/uncrustify/distinfo --- /usr/ports/textproc/uncrustify/distinfo Sun Jul 30 02:56:51 2006 +++ /var/tmp/ruby/uncrustify/distinfo Wed Aug 9 16:49:25 2006 @@ -1,3 +1,3 @@ -MD5 (uncrustify-0.0.23.tgz) = d26c1c7c2863df66e6b9e068dca6d00c -SHA256 (uncrustify-0.0.23.tgz) = c816f9004ef1a362cdf90e37bcf048fea3a98e17dddc09a5cc0fcc797068654a -SIZE (uncrustify-0.0.23.tgz) = 355679 +MD5 (uncrustify-0.0.24.tgz) = f312961ae0ea29c330ba7f4e8dbc4843 +SHA256 (uncrustify-0.0.24.tgz) = eafbead700e864839bcaf4cc7b4c30d1c71525af9be67b13fe9f64ebb23dacc4 +SIZE (uncrustify-0.0.24.tgz) = 373970 --- uncrustify-0.0.24.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060809171413.E685D12C65>