svn commit: r418015 - head/lang/sketchy

Mathieu Arnold mat at FreeBSD.org
Mon Jul 4 13:23:51 UTC 2016


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 at 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 <bsd.port.mk>

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/


More information about the svn-ports-all mailing list