From tkato@prontomail.ne.jp  Thu Feb 17 08:57:00 2000
Return-Path: <tkato@prontomail.ne.jp>
Received: from mailgw3.prontomail.com (mailgw3.prontomail.com [209.185.149.199])
	by hub.freebsd.org (Postfix) with ESMTP id 419B137B7AF
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 17 Feb 2000 08:57:00 -0800 (PST)
	(envelope-from tkato@prontomail.ne.jp)
Received: from mail46.prontomail.com (209.185.149.146) by mailgw3.prontomail.com (NPlex 2.0.123) for FreeBSD-gnats-submit@freebsd.org; Thu, 17 Feb 2000 08:51:34 -0800
Received: from web22 (209.185.149.222) by mail46.prontomail.com (NPlex 2.0.123) for FreeBSD-gnats-submit@freebsd.org; Thu, 17 Feb 2000 08:56:36 -0800
Message-Id: <5C720644445E3D11787100807CFB3258@tkato.prontomail.ne.jp>
Date: Fri, 18 Feb 2000 01:56:57 +0900
From: "KATO Tsuguru" <tkato@prontomail.ne.jp>
To: FreeBSD-gnats-submit@freebsd.org
Subject: Update port: graphics/sodipodi

>Number:         16784
>Category:       ports
>Synopsis:       Update port: graphics/sodipodi
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 17 09:00:05 PST 2000
>Closed-Date:    Thu Feb 17 18:31:50 PST 2000
>Last-Modified:  Thu Feb 17 18:32:13 PST 2000
>Originator:     KATO Tsuguru
>Release:        FreeBSD 3.4-RELEASE i386
>Organization:
>Environment:

>Description:
- Fix typo in LIB_DEPENDS
- Use symlink

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/graphics/sodipodi/Makefile graphics/sodipodi/Makefile
--- /usr/ports/graphics/sodipodi/Makefile	Fri Jan 28 21:46:36 2000
+++ graphics/sodipodi/Makefile	Wed Feb 16 21:33:15 2000
@@ -1,7 +1,7 @@
-# New ports collection makefile for:   sodipodi
-# Version required:    0.17
-# Date created:        28 January 2000
-# Whom:                Yukihiro Nakai <nakai@FreeBSD.org>
+# New ports collection makefile for:	sodipodi
+# Version required:	0.17
+# Date created:		28 January 2000
+# Whom:			Yukihiro Nakai <nakai@FreeBSD.org>
 #
 # $FreeBSD: ports/graphics/sodipodi/Makefile,v 1.1.1.1 2000/01/28 12:46:36 nakai Exp $
 #
@@ -13,7 +13,7 @@
 MAINTAINER=	nakai@FreeBSD.org
 
 LIB_DEPENDS=	gnome.3:${PORTSDIR}/x11/gnomelibs \
-		glade.2:${PORTSDIR}/devel/glade \
+		glade.2:${PORTSDIR}/devel/libglade \
 		gnomeprint.2:${PORTSDIR}/print/gnomeprint \
 		gdk_pixbuf.1:${PORTSDIR}/graphics/gdk-pixbuf
 
@@ -32,10 +32,10 @@
 		LIBS="-L${LOCALBASE}/lib"
 
 post-extract:
-		${RM} ${WRKSRC}/config.cache
-		${RM} ${WRKSRC}/install-sh
-		${RM} ${WRKSRC}/mkinstalldirs
-		${LN} ${LOCALBASE}/share/automake/install-sh ${WRKSRC}/install-sh
-		${LN} ${LOCALBASE}/share/automake/mkinstalldirs ${WRKSRC}/mkinstalldirs
+	@${RM} ${WRKSRC}/config.cache
+	@${RM} ${WRKSRC}/install-sh
+	@${RM} ${WRKSRC}/mkinstalldirs
+	@${LN} -s ${LOCALBASE}/share/automake/install-sh ${WRKSRC}/install-sh
+	@${LN} -s ${LOCALBASE}/share/automake/mkinstalldirs ${WRKSRC}/mkinstalldirs
 
 .include <bsd.port.mk>


Sent by Japanese ProntoMail

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: nakai 
State-Changed-When: Thu Feb 17 18:31:50 PST 2000 
State-Changed-Why:  
Update commite, thanks! 
>Unformatted:
