pkgsrc-Changes archive

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

CVS commit: pkgsrc/meta-pkgs/boost



Module Name:    pkgsrc
Committed By:   abs
Date:           Fri Sep  1 10:02:31 UTC 2017

Modified Files:
        pkgsrc/meta-pkgs/boost: Makefile.common

Log Message:
Add a note to update mysql57-client/patches/patch-cmake_boost.cmake when bumping version


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/meta-pkgs/boost/Makefile.common

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

Modified files:

Index: pkgsrc/meta-pkgs/boost/Makefile.common
diff -u pkgsrc/meta-pkgs/boost/Makefile.common:1.68 pkgsrc/meta-pkgs/boost/Makefile.common:1.69
--- pkgsrc/meta-pkgs/boost/Makefile.common:1.68 Thu Aug 24 19:31:32 2017
+++ pkgsrc/meta-pkgs/boost/Makefile.common      Fri Sep  1 10:02:31 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.68 2017/08/24 19:31:32 adam Exp $
+# $NetBSD: Makefile.common,v 1.69 2017/09/01 10:02:31 abs Exp $
 #
 # used by devel/boost-build/Makefile
 # used by devel/boost-docs/Makefile
@@ -13,6 +13,8 @@ BOOST_COMMENT?=               undefined
 BOOST_VERSION=         1.65.0
 BOOST_SHORT_VERSION=   ${BOOST_VERSION:S/./_/:C/\..*$//}
 
+# Update mysql57-client/patches/patch-cmake_boost.cmake when updating version
+
 DISTNAME=              boost_${BOOST_VERSION:S/./_/g}
 CATEGORIES=            devel
 



Home | Main Index | Thread Index | Old Index