ports/87635: Update port: sysutils/tinybsd update to 0.7
Jean Milanez Melo
jmelo at freebsdbrasil.com.br
Tue Oct 18 18:50:21 UTC 2005
>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 at 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:
More information about the freebsd-ports-bugs
mailing list