Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Oct 2002 13:17:14 -0700 (PDT)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/44111: Update port: devel/trio to 1.8
Message-ID:  <200210152017.g9FKHEkc067815@www.freebsd.org>

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

>Number:         44111
>Category:       ports
>Synopsis:       Update port: devel/trio to 1.8
>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:   Tue Oct 15 13:20:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.7-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 1.8

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/devel/trio/Makefile devel/trio/Makefile
--- /usr/ports/devel/trio/Makefile	Wed May  8 16:01:56 2002
+++ devel/trio/Makefile	Sat Oct 12 16:49:23 2002
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	trio
-PORTVERSION=	1.7
+PORTVERSION=	1.8
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	ctrio
@@ -16,11 +16,12 @@
 
 GNU_CONFIGURE=	yes
 
-.if !defined(NOPORTDOCS)
 post-install:
-	@${MKDIR} ${DOCSDIR}
-	${CP} -R ${WRKSRC}/doc ${DOCSDIR}
-	${CP} -R ${WRKSRC}/html ${DOCSDIR}
+.if !defined(NOPORTDOCS)
+	@${MKDIR} ${DOCSDIR}/doc
+	${INSTALL_DATA} ${WRKSRC}/doc/*.* ${DOCSDIR}/doc
+	@${MKDIR} ${DOCSDIR}/html
+	${INSTALL_DATA} ${WRKSRC}/html/*.* ${DOCSDIR}/html
 .endif
 
 .include <bsd.port.mk>
diff -urN /usr/ports/devel/trio/distinfo devel/trio/distinfo
--- /usr/ports/devel/trio/distinfo	Wed May  8 16:01:56 2002
+++ devel/trio/distinfo	Sat Oct 12 16:46:27 2002
@@ -1 +1 @@
-MD5 (trio-1.7.tar.gz) = cf8e3708cb39de899cf50ad68b31a615
+MD5 (trio-1.8.tar.gz) = 80256a8468723f2f07db2702cc34e45a

>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?200210152017.g9FKHEkc067815>