From owner-svn-ports-all@freebsd.org Mon Jul 4 13:23:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A101AB91CAD; Mon, 4 Jul 2016 13:23:50 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 37E452AAA; Mon, 4 Jul 2016 13:23:50 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u64DNnLC004037; Mon, 4 Jul 2016 13:23:49 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u64DNndv004035; Mon, 4 Jul 2016 13:23:49 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201607041323.u64DNndv004035@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 4 Jul 2016 13:23:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418015 - head/lang/sketchy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jul 2016 13:23:51 -0000 Author: mat Date: Mon Jul 4 13:23:49 2016 New Revision: 418015 URL: https://svnweb.freebsd.org/changeset/ports/418015 Log: Update MASTER_SITES, minor cleanup. PR: 210795 Submitted by: tkato432 yahoo com Sponsored by: Absolight Modified: head/lang/sketchy/Makefile (contents, props changed) head/lang/sketchy/pkg-descr (contents, props changed) Modified: head/lang/sketchy/Makefile ============================================================================== --- head/lang/sketchy/Makefile Mon Jul 4 13:23:43 2016 (r418014) +++ head/lang/sketchy/Makefile Mon Jul 4 13:23:49 2016 (r418015) @@ -5,15 +5,11 @@ PORTNAME= sketchy PORTVERSION= 20070218 PORTREVISION= 1 CATEGORIES= lang devel lisp scheme -MASTER_SITES= http://www.t3x.org/files/ +MASTER_SITES= SF/sketchy-lisp/sketchy-lisp/2007-02-18 MAINTAINER= ports@FreeBSD.org COMMENT= Interpreter for purely applicative Scheme -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2016-07-04 - USES= uidfix USE_LDCONFIG= yes @@ -28,10 +24,8 @@ post-patch: ${WRKSRC}/Makefile post-install: - cd ${STAGEDIR} && ${FIND} . -not -type d -exec ls -ld {} \; ${LN} -sf libsketchy.so.31 ${STAGEDIR}${PREFIX}/lib/libsketchy.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsketchy.so - ${LN} -s ${MANPREFIX}/man/man1/sketchy.1.gz \ - ${STAGEDIR}${MANPREFIX}/man/man1/sk.1.gz + ${LN} -s sketchy.1.gz ${STAGEDIR}${MANPREFIX}/man/man1/sk.1.gz .include Modified: head/lang/sketchy/pkg-descr ============================================================================== --- head/lang/sketchy/pkg-descr Mon Jul 4 13:23:43 2016 (r418014) +++ head/lang/sketchy/pkg-descr Mon Jul 4 13:23:49 2016 (r418015) @@ -5,4 +5,4 @@ LISP plus global definitions and some in This package contains the SketchyLISP interpreter and library, the manual, and example programs. -WWW: http://www.t3x.org/sketchy/ +WWW: http://sketchy-lisp.sourceforge.net/