Date: Sat, 7 Sep 2002 22:10:27 +0100 (BST) From: Dominic Marks <dominic_marks@btinternet.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/42519: Port Update: x11-wm/hackedbox Message-ID: <20020907211027.25E8F2A8@host217-39-108-239.in-addr.btopenworld.com>
next in thread | raw e-mail | index | archive | help
>Number: 42519 >Category: ports >Synopsis: Port Update: x11-wm/hackedbox >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Sep 07 14:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Dominic Marks >Release: FreeBSD 4.6-STABLE i386 >Organization: National Physical Laboratory, UK >Environment: System: FreeBSD gallium 4.6-STABLE FreeBSD 4.6-STABLE #2: Sun Sep 1 11:11:10 BST 2002 dom@gallium:/usr/obj/usr/src/sys/NIFTY i386 >Description: x11-wm/hackedbox 0.7.1 -> 0.7.2 >How-To-Repeat: NA. >Fix: Index: Makefile =================================================================== RCS file: /media/cvs/freebsd/ports/x11-wm/hackedbox/Makefile,v retrieving revision 1.45 diff -u -3 -p -r1.45 Makefile --- Makefile 19 May 2002 11:51:13 -0000 1.45 +++ Makefile 7 Sep 2002 21:06:05 -0000 @@ -7,15 +7,14 @@ # PORTNAME= hackedbox -PORTVERSION= 0.7.1 +PORTVERSION= 0.7.2 CATEGORIES= x11-wm -MASTER_SITES= ftp://scrudgeware.org/ +MASTER_SITES= ftp://scrudgeware.org/hackedbox/ MAINTAINER= dominic_marks@btinternet.com MAN1= hackedbox.1 -DOCS= AUTHORS ChangeLog ChangeLog.bsetbg INSTALL LICENSE \ - README README.bsetbg TODO hackbox.pws +DOCS= AUTHORS ChangeLog INSTALL README TODO I10L= C da_DK de_DE es_ES et_EE fr_FR it_IT nl_NL pt_BR ru_RU sl_SI \ sv_SE tr_TR STYLES= artwiz bluebox cthulhain deep flux frobozz frobust nyz \ @@ -23,15 +22,16 @@ STYLES= artwiz bluebox cthulhain deep f steelblue2 the_orange trisb twice PLIST= ${WRKDIR}/pkg-plist #USE_GMAKE= yes +USE_REINPLACE= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-bg-utils do-patch: - ${PERL} -pi -e \ + ${REINPLACE_CMD} -e \ "s:/usr/local/share/hackedbox:${PREFIX}/share/hackedbox:g" \ ${WRKSRC}/data/menu.in - ${PERL} -pi -e \ + ${REINPLACE_CMD} -pi -e \ "s:blackbox:hackedbox:g; s:Blackbox:Hackedbox:g; \ s:bsetroot:hsetroot:g; s:Bsetroot:Hsetroot:g" \ ${WRKSRC}/data/styles/* @@ -53,14 +53,14 @@ pre-install: ${ECHO_CMD} @dirrm share/hackedbox${ii} >> ${PLIST} .endfor .if !defined(NOPORTDOCS) -.for ii in ${DOCS} Hackedbox.xml +.for ii in ${DOCS} ${ECHO_CMD} share/doc/hackedbox/${ii} >> ${PLIST} .endfor .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/util/bsetroot ${PREFIX}/bin/hsetroot - ${INSTALL_PROGRAM} ${WRKSRC}/src/blackbox ${PREFIX}/bin/hackedbox + ${INSTALL_PROGRAM} ${WRKSRC}/src/hackedbox ${PREFIX}/bin/hackedbox ${MKDIR} ${DATADIR}/styles ${DATADIR}/backgrounds ${INSTALL_DATA} ${WRKSRC}/data/menu ${DATADIR} .for ii in ${I10L} @@ -81,7 +81,7 @@ do-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR}/nl_NL ${DOCSDIR}/sl_SI -.for ii in ${DOCS} doc/Hackedbox.xml +.for ii in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/${ii} ${DOCSDIR} .endfor .endif Index: distinfo =================================================================== RCS file: /media/cvs/freebsd/ports/x11-wm/hackedbox/distinfo,v retrieving revision 1.31 diff -u -3 -p -r1.31 distinfo --- distinfo 19 May 2002 11:51:13 -0000 1.31 +++ distinfo 7 Sep 2002 20:58:46 -0000 @@ -1,2 +1 @@ -$FreeBSD: ports/x11-wm/hackedbox/distinfo,v 1.31 2002/05/19 11:51:13 asmodai Exp $ -MD5 (hackedbox-0.7.1.tar.gz) = 269612a074bd3cb7e518cd9040cf7cbd +MD5 (hackedbox-0.7.2.tar.gz) = 18f5ce752234a32f813ffb8f7d7cda42 >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?20020907211027.25E8F2A8>