Date: 18 Oct 2005 16:47:33 -0200 From: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/87635: Update port: sysutils/tinybsd update to 0.7 Message-ID: <20051018184733.72625.qmail@capeta.freebsdbrasil.com.br> Resent-Message-ID: <200510181850.j9IIoKCa017291@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 87635 >Category: ports >Synopsis: Update port: sysutils/tinybsd update to 0.7 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Oct 18 18:50:19 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Jean Milanez Melo >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD capeta.freebsdbrasil.com.br 5.3-STABLE FreeBSD 5.3-STABLE #5: Wed Mar 2 15:03:19 BRT 2005 eksffa@capeta.freebsdbrasil.com.br:/usr/obj/usr/src/sys/CAPETA i386 >Description: - Update port to 0.7 to respect non-standard LOCALBASE/X11BASE. >How-To-Repeat: >Fix: --- tinybsd.diff begins here --- diff -ruN tinybsd.old/Makefile tinybsd/Makefile --- tinybsd.old/Makefile Mon Aug 29 07:16:09 2005 +++ tinybsd/Makefile Tue Oct 18 16:34:03 2005 @@ -6,7 +6,8 @@ # PORTNAME= tinybsd -PORTVERSION= 0.6 +PORTVERSION= 0.7 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.tinybsd.org/download/ @@ -15,16 +16,12 @@ NO_BUILD= yes SUB_FILES= pkg-message +USE_REINPLACE= yes + +post-patch: + @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/tinybsd post-install: - ${MKDIR} ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/CHANGES ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/TODO ${DATADIR} - ${CP} -Rp ${WRKSRC}/conf ${DATADIR}/ - ${SED} "s|/usr/local|${PREFIX}|g" ${WRKSRC}/tinybsd > ${PREFIX}/bin/tinybsd - ${CHMOD} 555 ${PREFIX}/bin/tinybsd @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> diff -ruN tinybsd.old/distinfo tinybsd/distinfo --- tinybsd.old/distinfo Mon Aug 29 07:16:09 2005 +++ tinybsd/distinfo Tue Oct 18 16:45:11 2005 @@ -1,2 +1,2 @@ -MD5 (tinybsd-0.6.tar.gz) = e85b832e34675caa050d344a99ee270e -SIZE (tinybsd-0.6.tar.gz) = 45440 +MD5 (tinybsd-0.7.tar.gz) = d0c2f6e523e8b4afeeb39da5a1972dbe +SIZE (tinybsd-0.7.tar.gz) = 45359 --- tinybsd.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051018184733.72625.qmail>