pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2018Q1] pkgsrc/lang/gcc49-libs



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Sun Apr  8 11:51:34 UTC 2018

Modified Files:
        pkgsrc/lang/gcc49-libs [pkgsrc-2018Q1]: Makefile

Log Message:
Pullup ticket #5734 - requested by wiz
lang/gcc49-libs: build fix

Revisions pulled up:
- lang/gcc49-libs/Makefile                                      1.15

---
   Module Name: pkgsrc
   Committed By:        wiz
   Date:                Sun Apr  8 06:06:13 UTC 2018

   Modified Files:
        pkgsrc/lang/gcc49-libs: Makefile

   Log Message:
   gcc49-libs: bump PKGREVISION.

   It needs to be higher than gcc49's.
   From Izumi Tsutsui in PR 53165.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.14.4.1 pkgsrc/lang/gcc49-libs/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/gcc49-libs/Makefile
diff -u pkgsrc/lang/gcc49-libs/Makefile:1.14 pkgsrc/lang/gcc49-libs/Makefile:1.14.4.1
--- pkgsrc/lang/gcc49-libs/Makefile:1.14        Sat Oct 14 14:47:43 2017
+++ pkgsrc/lang/gcc49-libs/Makefile     Sun Apr  8 11:51:34 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2017/10/14 14:47:43 ryoon Exp $
+# $NetBSD: Makefile,v 1.14.4.1 2018/04/08 11:51:34 bsiegert Exp $
 
 GCC_PKGNAME=   gcc49
 .include       "../../lang/${GCC_PKGNAME}/version.mk"
@@ -9,7 +9,7 @@ PKGNAME=        ${GCC_PKGNAME}-libs-${GCC49_DIS
 ## The PKGREVISION of this package needs to be at least 1 more than the
 ## PKGREVISION of the lang/gcc49 package so that with the dependence pattern
 ## '{gcc49,gcc49-libs}>=4.9.*' pkg_add will choose gcc49-libs over gcc49.
-PKGREVISION=   6
+PKGREVISION=   7
 
 CATEGORIES=    lang
 MASTER_SITES=  # empty



Home | Main Index | Thread Index | Old Index