Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Oct 2001 14:15:00 -0700 (PDT)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/31302: Update port: x11-fm/gentoo to 0.1.18
Message-ID:  <200110152115.f9FLF0c55069@freefall.freebsd.org>

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

>Number:         31302
>Category:       ports
>Synopsis:       Update port: x11-fm/gentoo to 0.1.18
>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:   Mon Oct 15 14:20:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.4-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 0.11.18

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/x11-fm/gentoo/Makefile x11-fm/gentoo/Makefile
--- /usr/ports/x11-fm/gentoo/Makefile	Tue Oct  9 19:21:19 2001
+++ x11-fm/gentoo/Makefile	Sun Oct 14 12:48:43 2001
@@ -6,37 +6,36 @@
 #
 
 PORTNAME=	gentoo
-PORTVERSION=	0.11.17
+PORTVERSION=	0.11.18
 CATEGORIES=	x11-fm
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	ports@FreeBSD.org
 
-LIB_DEPENDS=	intl.1:${PORTSDIR}/devel/gettext
-
 USE_GTK=	yes
+GNU_CONFIGURE=	yes
 
 MAN1=		gentoo.1
 
-DOCS=		BUGS CONFIG-CHANGES CREDITS NEWS README README.NLS \
+PORTDOCS=	BUGS CONFIG-CHANGES CREDITS NEWS README README.NLS \
 		README.gtkrc TODO
 
-GNU_CONFIGURE=	yes
-
 post-patch:
-	${PERL} -pi -e "s@icons@${PREFIX}/share/gentoo/icons@g" \
-		${WRKSRC}/gentoorc.in
+	@${PERL} -pi -e 's|icons|${DATADIR}/icons|g' ${WRKSRC}/gentoorc.in
 
 post-install:
-	${INSTALL_MAN} ${WRKSRC}/docs/gentoo.1x ${PREFIX}/man/man1/gentoo.1
+	${INSTALL_MAN} ${WRKSRC}/docs/gentoo.1x ${MANPREFIX}/man/man1/gentoo.1
 .if !defined(NOPORTDOCS)
-	${CP} -R ${WRKSRC}/docs ${PREFIX}/share/doc/gentoo
-	${RM} ${PREFIX}/share/doc/gentoo/gentoo.1x
-	${CHMOD} -R a+r,+X ${PREFIX}/share/doc/gentoo
-.for f in ${DOCS}
-	${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/gentoo
+	@${MKDIR} ${DOCSDIR}
+.for file in ${PORTDOCS}
+	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
 .endfor
+	${TAR} -C ${WRKSRC}/docs --exclude "gentoo.1x" -cf - . | \
+		${TAR} -C ${DOCSDIR} --unlink -xf -
+	@find ${DOCSDIR} | xargs ${CHOWN} ${SHAREOWN}:${SHAREGRP}
+	@find ${DOCSDIR} | xargs ${CHMOD} ${SHAREMODE}
+	@find ${DOCSDIR} -type d | xargs ${CHMOD} a+x
 .endif
 
 .include <bsd.port.mk>
diff -urN /usr/ports/x11-fm/gentoo/distinfo x11-fm/gentoo/distinfo
--- /usr/ports/x11-fm/gentoo/distinfo	Mon Aug 27 20:01:59 2001
+++ x11-fm/gentoo/distinfo	Sun Oct 14 11:19:51 2001
@@ -1 +1 @@
-MD5 (gentoo-0.11.17.tar.gz) = 25ce4a1475fd229a1ab8f513eb9aef2e
+MD5 (gentoo-0.11.18.tar.gz) = eeb8a220b8d09b2a1f5ea5a47ecbd3d9
diff -urN /usr/ports/x11-fm/gentoo/pkg-plist x11-fm/gentoo/pkg-plist
--- /usr/ports/x11-fm/gentoo/pkg-plist	Mon Aug 27 20:02:00 2001
+++ x11-fm/gentoo/pkg-plist	Sun Oct 14 12:15:05 2001
@@ -60,6 +60,7 @@
 %%PORTDOCS%%share/doc/gentoo/images/tone.gif
 %%PORTDOCS%%share/doc/gentoo/images/tone2.gif
 %%PORTDOCS%%share/doc/gentoo/images/tone3.gif
+%%PORTDOCS%%share/doc/gentoo/index.bt
 %%PORTDOCS%%share/doc/gentoo/index.html
 %%PORTDOCS%%share/doc/gentoo/intro.html
 %%PORTDOCS%%share/doc/gentoo/layout.html

>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?200110152115.f9FLF0c55069>