Date: Mon, 7 Aug 2006 14:04:52 +0200 From: Nils M Holm <nmh@t3x.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/101577: [maintainer update] lang/sketchy Message-ID: <20060807120452.GA66239@Freedom.T3X.ORG> Resent-Message-ID: <200608071210.k77CAKw3026353@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 101577 >Category: ports >Synopsis: [maintainer update] lang/sketchy >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: Mon Aug 07 12:10:19 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Nils M Holm >Release: FreeBSD 4.9-RELEASE i386 >Organization: T3X.ORG >Environment: System: FreeBSD Freedom.T3X.ORG 4.9-RELEASE FreeBSD 4.9-RELEASE #0: Fri May 7 18:12:57 CEST 2004 nmh@Freedom.LOCAL:/usr/src/sys/compile/FREEDOM i386 >Description: Update to version 2006-08-07. Made port respect PREFIX. Added -fPIC to CFLAGS. >How-To-Repeat: >Fix: diff -ru lang/sketchy-old/Makefile lang/sketchy/Makefile --- lang/sketchy-old/Makefile Mon Mar 20 11:12:54 2006 +++ lang/sketchy/Makefile Mon Aug 7 14:00:11 2006 @@ -6,7 +6,7 @@ # PORTNAME= sketchy -PORTVERSION= 20060305 +PORTVERSION= 20060807 CATEGORIES= lang devel lisp scheme MASTER_SITES= http://www.t3x.org/files/ @@ -16,7 +16,11 @@ MAN7= sketchy.7 MAKE_ENV+= BINOWN=${BINOWN} \ - BINGRP=${BINGRP} \ - PREFIX=${PREFIX} + BINGRP=${BINGRP} + +USE_REINPLACE= yes + +post-patch: + @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/sketchy.h .include <bsd.port.mk> diff -ru lang/sketchy-old/distinfo lang/sketchy/distinfo --- lang/sketchy-old/distinfo Mon Mar 20 11:12:54 2006 +++ lang/sketchy/distinfo Mon Aug 7 14:00:11 2006 @@ -1,3 +1,3 @@ -MD5 (sketchy-20060305.tar.gz) = fb9e1994725520ae73bef15bbaa2e19f -SHA256 (sketchy-20060305.tar.gz) = a5c6c0cad3bac4d5338e6cdcf92faa8e1279aadf92044b5544dd52c66cfbf3b4 -SIZE (sketchy-20060305.tar.gz) = 158582 +MD5 (sketchy-20060807.tar.gz) = 84d1e21f123df015b2133135b9e6eb6e +SIZE (sketchy-20060807.tar.gz) = 154928 +SHA256 (sketchy-20060807.tar.gz) = d00e4031ff4236347b585667e4b23c92132e1e12cad7be2756646059e2ad2458 diff -ru lang/sketchy-old/pkg-plist lang/sketchy/pkg-plist --- lang/sketchy-old/pkg-plist Mon Mar 20 11:12:54 2006 +++ lang/sketchy/pkg-plist Mon Aug 7 14:00:11 2006 @@ -1,5 +1,8 @@ bin/sk bin/sketchy +include/sketchy.h +lib/libsketchy.a +lib/libsketchy.so %%DATADIR%%/LICENSE %%DATADIR%%/lib/abs.l %%DATADIR%%/lib/append.l @@ -151,9 +154,10 @@ %%DATADIR%%/src/tree.l %%DATADIR%%/src/union.l %%DATADIR%%/src/unique.l -%%DATADIR%%/src/unlabel.l +%%DATADIR%%/src/unlet.l %%DATADIR%%/src/unsort.l %%DATADIR%%/src/vqueens.l +%%DOCSDIR%%/index.html %%DOCSDIR%%/library/abs.html %%DOCSDIR%%/library/append.html %%DOCSDIR%%/library/assoc.html @@ -256,8 +260,21 @@ %%DOCSDIR%%/library/succ.html %%DOCSDIR%%/library/times.html %%DOCSDIR%%/library/zerop.html -%%DOCSDIR%%/index.html +%%DOCSDIR%%/license.html %%DOCSDIR%%/ndx2.html +%%DOCSDIR%%/prog/bottles.html +%%DOCSDIR%%/prog/draw-tree.html +%%DOCSDIR%%/prog/fact.html +%%DOCSDIR%%/prog/factors.html +%%DOCSDIR%%/prog/hyper.html +%%DOCSDIR%%/prog/infix.html +%%DOCSDIR%%/prog/permute.html +%%DOCSDIR%%/prog/prefix.html +%%DOCSDIR%%/prog/prolog.html +%%DOCSDIR%%/prog/qsort.html +%%DOCSDIR%%/prog/queens.html +%%DOCSDIR%%/prog/read-line.html +%%DOCSDIR%%/progs.html %%DOCSDIR%%/sk01.html %%DOCSDIR%%/sk02.html %%DOCSDIR%%/sk03.html @@ -267,11 +284,13 @@ %%DOCSDIR%%/sk07.html %%DOCSDIR%%/sk08.html %%DOCSDIR%%/sk09.html +%%DOCSDIR%%/sk10.html +%%DOCSDIR%%/sketchy.css %%DOCSDIR%%/toc2-x.html %%DOCSDIR%%/toc2.html -%%DOCSDIR%%/sketchy.css @dirrm %%DATADIR%%/lib @dirrm %%DATADIR%%/src @dirrm %%DATADIR%% @dirrm %%DOCSDIR%%/library +@dirrm %%DOCSDIR%%/prog @dirrm %%DOCSDIR%% -- Nils M Holm <nmh@t3x.org> -- http://www.t3x.org/nmh/ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060807120452.GA66239>