From c50418b90c1394008b7243fbce9d04136d532b82 Mon Sep 17 00:00:00 2001 From: dholland Date: Mon, 30 Jul 2012 01:46:24 +0000 Subject: [PATCH] Fix pkglint and add patch comment. --- x11/clisp-new-clx/Makefile | 6 +++--- x11/clisp-new-clx/distinfo | 4 ++-- x11/clisp-new-clx/patches/patch-ab | 4 +++- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/x11/clisp-new-clx/Makefile b/x11/clisp-new-clx/Makefile index 34a93d7616dc..31610b11cbd9 100644 --- a/x11/clisp-new-clx/Makefile +++ b/x11/clisp-new-clx/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.3 2011/12/21 17:07:26 hans Exp $ +# $NetBSD: Makefile,v 1.4 2012/07/30 01:46:24 dholland Exp $ # CLISP_MODULE= clx/new-clx -PKGNAME= clisp-new-clx-$(CLISP_VERSION) +PKGNAME= clisp-new-clx-${CLISP_VERSION} PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=clisp/} -MAINTAINER= hans@netbsd.org +MAINTAINER= hans@NetBSD.org HOMEPAGE= http://clisp.cons.org/ COMMENT= CLISP New CLX module diff --git a/x11/clisp-new-clx/distinfo b/x11/clisp-new-clx/distinfo index 63647241feab..9791abf222ba 100644 --- a/x11/clisp-new-clx/distinfo +++ b/x11/clisp-new-clx/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.1 2011/04/20 18:36:17 hans Exp $ +$NetBSD: distinfo,v 1.2 2012/07/30 01:46:24 dholland Exp $ SHA1 (clisp-2.49.tar.gz) = 1743e7917013162400c955af441e991db43b3323 RMD160 (clisp-2.49.tar.gz) = ae30f3b681cb023e885c6e4ed12210ee5ba14c76 Size (clisp-2.49.tar.gz) = 9823111 bytes SHA1 (patch-aa) = 1bbf4d2d63b941ee12c9a20938bda383883197c9 -SHA1 (patch-ab) = 59518b59a59e6ed1e0249074782a35927bf99e4f +SHA1 (patch-ab) = 327e1012d6eb62b5c5a7995e6b62314411c127b3 diff --git a/x11/clisp-new-clx/patches/patch-ab b/x11/clisp-new-clx/patches/patch-ab index a0ecf52771c7..629fe97541ef 100644 --- a/x11/clisp-new-clx/patches/patch-ab +++ b/x11/clisp-new-clx/patches/patch-ab @@ -1,4 +1,6 @@ -$NetBSD: patch-ab,v 1.1 2011/04/20 18:36:17 hans Exp $ +$NetBSD: patch-ab,v 1.2 2012/07/30 01:46:24 dholland Exp $ + +Get correct CFLAGS from lang/clisp/module.mk. --- modules/clx/new-clx/Makefile.in.orig 2010-03-24 20:44:56.000000000 +0100 +++ modules/clx/new-clx/Makefile.in 2011-04-20 16:54:04.545746107 +0200