pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print Fixed typo in NO_SRC_ON_{FTP, CDROM}. Bumped revi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/cc6ae70db35e
branches: trunk
changeset: 349559:cc6ae70db35e
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun Jul 10 10:32:57 2016 +0000
description:
Fixed typo in NO_SRC_ON_{FTP,CDROM}. Bumped revision of affected packages.
diffstat:
print/pdflib/Makefile | 4 ++--
print/pdflib/Makefile.common | 6 +++---
print/tcl-pdflib/Makefile | 4 ++--
3 files changed, 7 insertions(+), 7 deletions(-)
diffs (50 lines):
diff -r 964fbd568041 -r cc6ae70db35e print/pdflib/Makefile
--- a/print/pdflib/Makefile Sun Jul 10 10:20:31 2016 +0000
+++ b/print/pdflib/Makefile Sun Jul 10 10:32:57 2016 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.42 2016/07/09 06:38:51 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2016/07/10 10:32:57 rillig Exp $
.include "Makefile.common"
PKGNAME= pdflib-${PDFLIB_BASE_VERS}
-PKGREVISION= 20
+PKGREVISION= 21
COMMENT= C library to produce PDF files
BUILD_TARGET= pdflib
diff -r 964fbd568041 -r cc6ae70db35e print/pdflib/Makefile.common
--- a/print/pdflib/Makefile.common Sun Jul 10 10:20:31 2016 +0000
+++ b/print/pdflib/Makefile.common Sun Jul 10 10:32:57 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.24 2013/01/06 13:39:12 gdt Exp $
+# $NetBSD: Makefile.common,v 1.25 2016/07/10 10:32:57 rillig Exp $
#
# used by print/pdflib/Makefile
# used by print/tcl-pdflib/Makefile
@@ -21,8 +21,8 @@
# Available only as a pdf, so it is not present in licenses/
LICENSE= pdflib-license
RESTRICTED= No permission to redistribute
-NO_SOURCE_ON_FTP= ${RESTRICTED}
-NO_SOURCE_ON_CDROM= ${RESTRICTED}
+NO_SRC_ON_FTP= ${RESTRICTED}
+NO_SRC_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_FTP= ${RESTRICTED}
NO_BIN_ON_CDROM= ${RESTRICTED}
diff -r 964fbd568041 -r cc6ae70db35e print/tcl-pdflib/Makefile
--- a/print/tcl-pdflib/Makefile Sun Jul 10 10:20:31 2016 +0000
+++ b/print/tcl-pdflib/Makefile Sun Jul 10 10:32:57 2016 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.32 2015/06/28 17:11:13 joerg Exp $
+# $NetBSD: Makefile,v 1.33 2016/07/10 10:32:57 rillig Exp $
.include "../../print/pdflib/Makefile.common"
PKGNAME= tcl-pdflib-${PDFLIB_BASE_VERS}
-PKGREVISION= 17
+PKGREVISION= 18
COMMENT= Tcl interface to PDFlib for generating PDF files
MAKE_JOBS_SAFE= no
Home |
Main Index |
Thread Index |
Old Index