pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Minor pkglint cleanup, from Sergey Svishchev.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bb706ab07755
branches:  trunk
changeset: 526378:bb706ab07755
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Mar 08 19:25:32 2007 +0000

description:
Minor pkglint cleanup, from Sergey Svishchev.

diffstat:

 audio/libdca/Makefile         |  6 +++---
 devel/lincvs/Makefile         |  4 ++--
 fonts/acroread7-jpnfont/PLIST |  3 +--
 net/nemesis/Makefile          |  4 ++--
 net/scdp/Makefile             |  6 +++---
 security/nikto/Makefile       |  4 ++--
 www/lynx/Makefile             |  4 ++--
 www/lynx/options.mk           |  6 +++---
 8 files changed, 18 insertions(+), 19 deletions(-)

diffs (144 lines):

diff -r fe95b7de6bab -r bb706ab07755 audio/libdca/Makefile
--- a/audio/libdca/Makefile     Thu Mar 08 19:25:14 2007 +0000
+++ b/audio/libdca/Makefile     Thu Mar 08 19:25:32 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2006/07/17 18:32:11 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2007/03/08 19:25:32 wiz Exp $
 #
 
 DISTNAME=      libdts-0.0.2
@@ -12,10 +12,10 @@
 COMMENT=       Free DTS Coherent Acoustics decoder
 
 RESTRICTED=    Unresolved patent issue
+NO_BIN_ON_CDROM=${RESTRICTED}
+NO_BIN_ON_FTP= ${RESTRICTED}
 NO_SRC_ON_CDROM=${RESTRICTED}
 NO_SRC_ON_FTP= ${RESTRICTED}
-NO_BIN_ON_CDROM=${RESTRICTED}
-NO_BIN_ON_FTP= ${RESTRICTED}
 
 GNU_CONFIGURE= yes
 USE_TOOLS+=    pkg-config
diff -r fe95b7de6bab -r bb706ab07755 devel/lincvs/Makefile
--- a/devel/lincvs/Makefile     Thu Mar 08 19:25:14 2007 +0000
+++ b/devel/lincvs/Makefile     Thu Mar 08 19:25:32 2007 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.9 2007/02/17 20:59:48 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2007/03/08 19:25:32 wiz Exp $
 
 DISTNAME=              lincvs-1.4.4-0-generic-src
 PKGNAME=               ${DISTNAME:S/-0-generic-src//}
 PKGREVISION=           3
 CATEGORIES=            devel x11 scm
-MASTER_SITES=          http://lincvs.com/download/
+MASTER_SITES=          http://lincvs.com/download/
 EXTRACT_SUFX=          .tgz
 
 MAINTAINER=            ghen%NetBSD.org@localhost
diff -r fe95b7de6bab -r bb706ab07755 fonts/acroread7-jpnfont/PLIST
--- a/fonts/acroread7-jpnfont/PLIST     Thu Mar 08 19:25:14 2007 +0000
+++ b/fonts/acroread7-jpnfont/PLIST     Thu Mar 08 19:25:32 2007 +0000
@@ -1,4 +1,3 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2005/12/11 13:37:33 markd Exp $
+@comment $NetBSD: PLIST,v 1.2 2007/03/08 19:25:32 wiz Exp $
 Acrobat7/Resource/CIDFont/KozGoPro-Medium.otf
 Acrobat7/Resource/CIDFont/KozMinProVI-Regular.otf
-
diff -r fe95b7de6bab -r bb706ab07755 net/nemesis/Makefile
--- a/net/nemesis/Makefile      Thu Mar 08 19:25:14 2007 +0000
+++ b/net/nemesis/Makefile      Thu Mar 08 19:25:32 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2007/02/18 18:58:13 adrianp Exp $
+# $NetBSD: Makefile,v 1.17 2007/03/08 19:25:32 wiz Exp $
 
 DISTNAME=      nemesis-1.4
 PKGREVISION=   1
@@ -9,7 +9,7 @@
 HOMEPAGE=      http://jeff.wwti.com/nemesis/
 COMMENT=       Nemesis is a command-line UNIX network packet injection suite
 
-GNU_CONFIGURE=  yes
+GNU_CONFIGURE= yes
 CONFIGURE_ARGS+=       --with-libnet-includes=${BUILDLINK_PREFIX.libnet10}/include/libnet10
 CONFIGURE_ARGS+=       --with-libnet-libs=${BUILDLINK_PREFIX.libnet10}/lib/libnet10
 
diff -r fe95b7de6bab -r bb706ab07755 net/scdp/Makefile
--- a/net/scdp/Makefile Thu Mar 08 19:25:14 2007 +0000
+++ b/net/scdp/Makefile Thu Mar 08 19:25:32 2007 +0000
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.8 2007/02/18 18:54:23 adrianp Exp $
+# $NetBSD: Makefile,v 1.9 2007/03/08 19:25:32 wiz Exp $
 #
 
 DISTNAME=      scdp-1.0b
-PKGNAME=        scdp-1.0.2
+PKGNAME=       scdp-1.0.2
 PKGREVISION=   2
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=scdp/}
 
 MAINTAINER=    arved%arved.at@localhost
-HOMEPAGE=       http://sourceforge.net/projects/scdp/
+HOMEPAGE=      http://sourceforge.net/projects/scdp/
 COMMENT=       Program to send Cisco Discovery Protocol packets
 
 GNU_CONFIGURE= yes
diff -r fe95b7de6bab -r bb706ab07755 security/nikto/Makefile
--- a/security/nikto/Makefile   Thu Mar 08 19:25:14 2007 +0000
+++ b/security/nikto/Makefile   Thu Mar 08 19:25:32 2007 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.13 2007/02/16 00:54:23 adrianp Exp $
+# $NetBSD: Makefile,v 1.14 2007/03/08 19:25:33 wiz Exp $
 
 DISTNAME=      nikto-1.36
 CATEGORIES=    security www
 MASTER_SITES=  http://www.cirt.net/nikto/
 
 MAINTAINER=    adrianp%NetBSD.org@localhost
-HOMEPAGE=      http://www.cirt.net/code/nikto.shtml
+HOMEPAGE=      http://www.cirt.net/code/nikto.shtml
 COMMENT=       URL scanner used to search for known vulnerable CGIs on websites
 
 DEPENDS+=      p5-Net-SSLeay>=1.20:../../security/p5-Net-SSLeay
diff -r fe95b7de6bab -r bb706ab07755 www/lynx/Makefile
--- a/www/lynx/Makefile Thu Mar 08 19:25:14 2007 +0000
+++ b/www/lynx/Makefile Thu Mar 08 19:25:32 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.94 2006/11/10 00:08:46 rillig Exp $
+# $NetBSD: Makefile,v 1.95 2007/03/08 19:25:32 wiz Exp $
 
 #
 # NOTE: Please do not enable the lynxcgi feature unless it is lynx
@@ -33,7 +33,7 @@
 USE_PKGLOCALEDIR=      yes
 GNU_CONFIGURE=         yes
 INSTALL_TARGET=                install-full install-lss
-MAKE_FILE=             makefile
+MAKE_FILE=             makefile
 
 CONFIGURE_ENV+=                GZIP=${TOOLS_GZIP_CMD:Q}
 USE_TOOLS+=            gzip msgfmt
diff -r fe95b7de6bab -r bb706ab07755 www/lynx/options.mk
--- a/www/lynx/options.mk       Thu Mar 08 19:25:14 2007 +0000
+++ b/www/lynx/options.mk       Thu Mar 08 19:25:32 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.8 2007/01/16 07:06:38 wiz Exp $
+# $NetBSD: options.mk,v 1.9 2007/03/08 19:25:32 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.lynx
 PKG_SUPPORTED_OPTIONS= inet6
@@ -55,11 +55,11 @@
 ### SOCKS support
 ###
 .if !empty(PKG_OPTIONS:Msocks4)
-CONFIGURE_ARGS+=       --with-socks
+CONFIGURE_ARGS+=       --with-socks
 .  include "../../net/socks4/buildlink3.mk"
 .endif
 .if !empty(PKG_OPTIONS:Msocks5)
-CONFIGURE_ARGS+=       --with-socks5
+CONFIGURE_ARGS+=       --with-socks5
 .  include "../../net/socks5/buildlink3.mk"
 .endif
 



Home | Main Index | Thread Index | Old Index