pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2006Q4]: pkgsrc/devel/p5-perl-headers Pullup ticket 2027 - req...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9c196d1252d5
branches:  pkgsrc-2006Q4
changeset: 523020:9c196d1252d5
user:      salo <salo%pkgsrc.org@localhost>
date:      Tue Feb 20 13:56:15 2007 +0000

description:
Pullup ticket 2027 - requested by bouyer
remove NO_BIN_ON_FTP restriction from p5-perl-headers

Revisions pulled up:
- pkgsrc/devel/p5-perl-headers/Makefile                         1.31

   Module Name:         pkgsrc
   Committed By:        bouyer
   Date:                Mon Feb 19 19:44:42 UTC 2007

   Modified Files:
        pkgsrc/devel/p5-perl-headers: Makefile

   Log Message:
   Remove NO_BIN_ON_FTP. The reason why this was marked as such is not valid
   any more, and a lot of packages depends on this (including KDE), making the
   binary package repository less usefull.

diffstat:

 devel/p5-perl-headers/Makefile |  9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diffs (23 lines):

diff -r c66829b8b4a6 -r 9c196d1252d5 devel/p5-perl-headers/Makefile
--- a/devel/p5-perl-headers/Makefile    Mon Feb 19 11:08:13 2007 +0000
+++ b/devel/p5-perl-headers/Makefile    Tue Feb 20 13:56:15 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2006/12/15 17:32:41 joerg Exp $
+# $NetBSD: Makefile,v 1.30.2.1 2007/02/20 13:56:15 salo Exp $
 
 DISTNAME=              p5-perl-headers
 PKGNAME=               ${DISTNAME}-${OS_VERSION}
@@ -23,13 +23,6 @@
 NO_CONFIGURE=          yes
 OSVERSION_SPECIFIC=    yes
 
-# Since this package will be named, for instance, p5-perl-headers-1.5.1,
-# binary packages on a FTP server (where only "1.5" is used as the directory
-# name) will be ambiguous.  A user of 1.5 may mistakenly install the
-# perl-headers-1.5.1 pkg by use of the automatic "best version" logic.
-
-NO_BIN_ON_FTP=         FTP servers do not distinguish A.B.X revisions of versions
-
 do-build:
        ${MKDIR} ${WRKSRC}/h2ph
        ${RM} -f ${WRKSRC}/h2ph_log ${WRKSRC}/packlist



Home | Main Index | Thread Index | Old Index