pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/url2pkg Include LICENSE in the template Makef...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d050900a6bb2
branches:  trunk
changeset: 391915:d050900a6bb2
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Wed Apr 22 04:54:48 2009 +0000

description:
Include LICENSE in the template Makefile. Bump version.

diffstat:

 pkgtools/url2pkg/Makefile         |  4 ++--
 pkgtools/url2pkg/files/url2pkg.pl |  5 +++--
 2 files changed, 5 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r 06b0f14a0bcd -r d050900a6bb2 pkgtools/url2pkg/Makefile
--- a/pkgtools/url2pkg/Makefile Wed Apr 22 04:48:22 2009 +0000
+++ b/pkgtools/url2pkg/Makefile Wed Apr 22 04:54:48 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.56 2009/04/09 00:48:14 joerg Exp $
+# $NetBSD: Makefile,v 1.57 2009/04/22 04:54:48 schmonz Exp $
 #
 
-DISTNAME=      url2pkg-2.8
+DISTNAME=      url2pkg-2.9
 CATEGORIES=    pkgtools
 MASTER_SITES=  # none
 DISTFILES=     # none
diff -r 06b0f14a0bcd -r d050900a6bb2 pkgtools/url2pkg/files/url2pkg.pl
--- a/pkgtools/url2pkg/files/url2pkg.pl Wed Apr 22 04:48:22 2009 +0000
+++ b/pkgtools/url2pkg/files/url2pkg.pl Wed Apr 22 04:54:48 2009 +0000
@@ -1,5 +1,5 @@
 #! @PERL@
-# $NetBSD: url2pkg.pl,v 1.11 2008/12/01 13:48:34 wiz Exp $
+# $NetBSD: url2pkg.pl,v 1.12 2009/04/22 04:54:48 schmonz Exp $
 #
 
 use strict;
@@ -286,7 +286,8 @@
        print_section(*MF, [
                ["MAINTAINER", get_maintainer()],
                ["HOMEPAGE", $homepage],
-               ["COMMENT", "SHORT_DESCRIPTION_OF_THE_PACKAGE"]
+               ["COMMENT", "SHORT_DESCRIPTION_OF_THE_PACKAGE"],
+               ["LICENSE", "LICENSE"],
        ]);
        print MF ("# url2pkg-marker (please do not remove this line.)\n");
        print MF (".include \"../../mk/bsd.pkg.mk\"\n");



Home | Main Index | Thread Index | Old Index