Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 May 2008 03:00:23 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/123502: Update port: devel/robodoc to 4.99.36
Message-ID:  <20080508030023.7295adf1.tkato432@yahoo.com>
Resent-Message-ID: <200805071810.m47IA8C5031209@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         123502
>Category:       ports
>Synopsis:       Update port: devel/robodoc to 4.99.36
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 07 18:10:08 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 6.3-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Update to version 4.99.36

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/devel/robodoc/Makefile devel/robodoc/Makefile
--- /usr/ports/devel/robodoc/Makefile	2007-10-10 03:21:04.000000000 +0900
+++ devel/robodoc/Makefile	2008-04-27 15:08:46.000000000 +0900
@@ -6,13 +6,14 @@
 #
 
 PORTNAME=	robodoc
-PORTVERSION=	4.99.34
+PORTVERSION=	4.99.36
 CATEGORIES=	devel
 MASTER_SITES=	http://www.xs4all.nl/~rfsber/Robo/DistSource/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Code reference program similar to cxref that produces HTML
 
+USE_GNOME=	gnometarget
 GNU_CONFIGURE=	yes
 MAKEFILE=	makefile
 
@@ -28,8 +29,10 @@
 .for file in AUTHORS ChangeLog NEWS README Docs/manual.html
 	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
 .endfor
+.endif
+.if !defined(NOPORTEXAMPLES)
 	@${MKDIR} ${EXAMPLESDIR}
-	${CP} -R ${WRKSRC}/Examples/* ${EXAMPLESDIR}
+	@(cd ${WRKSRC}/Examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR})
 .endif
 
 .include <bsd.port.mk>
diff -urN /usr/ports/devel/robodoc/distinfo devel/robodoc/distinfo
--- /usr/ports/devel/robodoc/distinfo	2007-09-23 03:27:29.000000000 +0900
+++ devel/robodoc/distinfo	2008-04-27 15:04:36.000000000 +0900
@@ -1,3 +1,3 @@
-MD5 (robodoc-4.99.34.tar.gz) = 493683040ee920c1dff6a6b747b26b02
-SHA256 (robodoc-4.99.34.tar.gz) = ae620eab5bbd2a77aae4c5f8c88d7b26a01d962c82e43da206b0ee7377b5f762
-SIZE (robodoc-4.99.34.tar.gz) = 276010
+MD5 (robodoc-4.99.36.tar.gz) = 981e5c5019f4aa22fddbf57cd05e57bd
+SHA256 (robodoc-4.99.36.tar.gz) = d38279746204d8862d8436042b089d8c9dffefec6e7f33224f955d82b965a029
+SIZE (robodoc-4.99.36.tar.gz) = 280680
diff -urN /usr/ports/devel/robodoc/pkg-plist devel/robodoc/pkg-plist
--- /usr/ports/devel/robodoc/pkg-plist	2004-01-13 08:45:25.000000000 +0900
+++ devel/robodoc/pkg-plist	2008-04-27 15:07:41.000000000 +0900
@@ -5,16 +5,16 @@
 %%PORTDOCS%%%%DOCSDIR%%/NEWS
 %%PORTDOCS%%%%DOCSDIR%%/README
 %%PORTDOCS%%%%DOCSDIR%%/manual.html
-%%PORTDOCS%%%%EXAMPLESDIR%%/PerlExample/Source/Box.pm
-%%PORTDOCS%%%%EXAMPLESDIR%%/PerlExample/Source/Box/RectangularBox.pm
-%%PORTDOCS%%%%EXAMPLESDIR%%/PerlExample/Source/Box/SquareBox.pm
-%%PORTDOCS%%%%EXAMPLESDIR%%/PerlExample/Source/Cargo.txt
-%%PORTDOCS%%%%EXAMPLESDIR%%/PerlExample/Source/Loader.txt
-%%PORTDOCS%%%%EXAMPLESDIR%%/PerlExample/Source/SmartLoader.pm
-%%PORTDOCS%%%%EXAMPLESDIR%%/PerlExample/Source/TruckPacker.pl
-%%PORTDOCS%%%%EXAMPLESDIR%%/PerlExample/robodoc.rc
-%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/PerlExample/Source/Box
-%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/PerlExample/Source
-%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/PerlExample
-%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/PerlExample/Source/Box.pm
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/PerlExample/Source/Box/RectangularBox.pm
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/PerlExample/Source/Box/SquareBox.pm
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/PerlExample/Source/Cargo.txt
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/PerlExample/Source/Loader.txt
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/PerlExample/Source/SmartLoader.pm
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/PerlExample/Source/TruckPacker.pl
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/PerlExample/robodoc.rc
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/PerlExample/Source/Box
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/PerlExample/Source
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/PerlExample
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080508030023.7295adf1.tkato432>