pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/gcc48-libs



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Wed Jan 16 04:31:39 UTC 2019

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

Log Message:
lang/gcc48-libs: bump PKGREVISION (NFC)

As per the comment in the file, this needs to have a PKGREVISION one
greater than the corresponding gcc48 package for preferential selection
by packaging tools.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/lang/gcc48-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/gcc48-libs/Makefile
diff -u pkgsrc/lang/gcc48-libs/Makefile:1.29 pkgsrc/lang/gcc48-libs/Makefile:1.30
--- pkgsrc/lang/gcc48-libs/Makefile:1.29        Wed Jul 18 23:15:42 2018
+++ pkgsrc/lang/gcc48-libs/Makefile     Wed Jan 16 04:31:39 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2018/07/18 23:15:42 maya Exp $
+# $NetBSD: Makefile,v 1.30 2019/01/16 04:31:39 gutteridge Exp $
 
 GCC_PKGNAME=   gcc48
 .include       "../../lang/${GCC_PKGNAME}/version.mk"
@@ -8,7 +8,7 @@ PKGNAME=        ${GCC_PKGNAME}-libs-${GCC48_DIS
 ## The PKGREVISION of this package needs to be at least 1 more than the
 ## PKGREVISION of the lang/gcc48 package so that with the dependence pattern
 ## '{gcc48,gcc48-libs}>=4.8.*' pkg_all will choose gcc48-libs over gcc48.
-PKGREVISION=   7
+PKGREVISION=   8
 CATEGORIES=    lang
 MASTER_SITES=  # empty
 DISTFILES=     # empty



Home | Main Index | Thread Index | Old Index