aboutsummaryrefslogtreecommitdiff
path: root/textproc/uncrustify
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-08-28 17:59:14 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-08-28 17:59:14 +0000
commit5da803c9633ce1b062a385e732ac43dcfadd3d87 (patch)
tree47b2ac24b1f6db8c16a18d3f026f9fe8b1a48f0f /textproc/uncrustify
parent16f7af4bbca632d19a2646a1e4172bbca7c593d0 (diff)
downloadports-5da803c9633ce1b062a385e732ac43dcfadd3d87.tar.gz
ports-5da803c9633ce1b062a385e732ac43dcfadd3d87.zip
- Update to 0.0.25
- Install documentation PR: ports/102614 Submitted by: Dmitry Marakasov <amdmi3@mail.ru> (maintainer)
Notes
Notes: svn path=/head/; revision=171572
Diffstat (limited to 'textproc/uncrustify')
-rw-r--r--textproc/uncrustify/Makefile10
-rw-r--r--textproc/uncrustify/distinfo6
2 files changed, 12 insertions, 4 deletions
diff --git a/textproc/uncrustify/Makefile b/textproc/uncrustify/Makefile
index 421b5054b359..7dd6f8269fa1 100644
--- a/textproc/uncrustify/Makefile
+++ b/textproc/uncrustify/Makefile
@@ -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}
@@ -18,4 +18,12 @@ COMMENT= Highly configurable source code beautifier
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 --git a/textproc/uncrustify/distinfo b/textproc/uncrustify/distinfo
index 54abb18a0cf0..3fab2243dd88 100644
--- a/textproc/uncrustify/distinfo
+++ b/textproc/uncrustify/distinfo
@@ -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