Fix pkglint and add patch comment.

This commit is contained in:
dholland 2012-07-30 01:46:24 +00:00
parent 030e4a1f7c
commit c50418b90c
3 changed files with 8 additions and 6 deletions

View file

@ -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

View file

@ -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

View file

@ -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