Date: Thu, 10 Aug 2006 00:02:05 +0600 (YEKST) From: Stanislav Sedov <ssedov@mbsd.msk.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/101726: [MAINTAINER] lang/sather-specification: unbreak on 4.x Message-ID: <20060809180205.2622712C70@fonon.realnet> Resent-Message-ID: <200608092010.k79KAEoM050754@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 101726 >Category: ports >Synopsis: [MAINTAINER] lang/sather-specification: unbreak on 4.x >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: Wed Aug 09 20:10:13 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Stanislav Sedov >Release: FreeBSD 7.0-CURRENT i386 >Organization: MBSD labs, Inc. >Environment: System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Wed Aug 2 21:44:37 MSD >Description: [DESCRIBE CHANGES] >How-To-Repeat: >Fix: --- sather-specification-000328_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/lang/sather-specification/Makefile /var/tmp/sather-specification/Makefile --- /usr/ports/lang/sather-specification/Makefile Mon Aug 7 19:11:35 2006 +++ /var/tmp/sather-specification/Makefile Wed Aug 9 23:59:18 2006 @@ -7,6 +7,7 @@ PORTNAME= specification PORTVERSION= 000328 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR=sather/Doc @@ -22,14 +23,8 @@ do-install: ${MKDIR} ${DOCSDIR} - @${TAR} -xf ${DISTDIR}/${DISTFILES} -C ${DOCSDIR} + @${TAR} -xzf ${DISTDIR}/${DISTFILES} -C ${DOCSDIR} @${FIND} ${DOCSDIR}/ -type f -exec ${CHMOD} ${SHAREMODE} {} \; ${CHOWN} -R ${SHAREOWN} ${DOCSDIR}/ -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= tar is too old -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> --- sather-specification-000328_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060809180205.2622712C70>