tech-pkg archive

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

revbump (Re: math/isl updated 0.14 to 0.14.1



I don't have enough experience on revbump. So the question.

I did updated math/isl 0.14 to 0.14.1.
Revbump procedure describe in man page generated attached diff
(I've removed the changes to math/isl from that result manually).

Am I right 
(or ABI_DEPENDS doesn't seem necessary) ?
Thanks a lot,
---
Makoto Fujiwara, 
Chiba, Japan, Narita Airport and Disneyland prefecture.

Index: lang/gcc48/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/lang/gcc48/Makefile,v
retrieving revision 1.20
diff -u -r1.20 Makefile
--- lang/gcc48/Makefile	10 Apr 2015 00:32:08 -0000	1.20
+++ lang/gcc48/Makefile	10 Apr 2015 02:07:27 -0000
@@ -1,6 +1,7 @@
 # $NetBSD: Makefile,v 1.20 2015/04/10 00:32:08 rodent Exp $
 
 GCC_PKGNAME=	gcc48
+PKGREVISION=	1
 .include	"version.mk"
 
 DISTNAME=	gcc-${GCC48_DIST_VERSION}
Index: lang/gcc48-libs/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/lang/gcc48-libs/Makefile,v
retrieving revision 1.19
diff -u -r1.19 Makefile
--- lang/gcc48-libs/Makefile	12 Mar 2015 15:01:21 -0000	1.19
+++ lang/gcc48-libs/Makefile	10 Apr 2015 02:07:27 -0000
@@ -8,7 +8,7 @@
 ## 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=	1
+PKGREVISION=	2
 CATEGORIES=	lang
 MASTER_SITES=	# empty
 DISTFILES=	# empty
Index: math/cloog/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/math/cloog/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- math/cloog/Makefile	25 Apr 2014 21:01:27 -0000	1.7
+++ math/cloog/Makefile	10 Apr 2015 02:07:28 -0000
@@ -1,6 +1,7 @@
 # $NetBSD: Makefile,v 1.7 2014/04/25 21:01:27 wiz Exp $
 
 DISTNAME=	cloog-0.18.1
+PKGREVISION=	1
 CATEGORIES=	math
 MASTER_SITES=	${MASTER_SITE_GNU:=gcc/infrastructure/}
 
Index: math/cloog/buildlink3.mk
===================================================================
RCS file: /cvsroot/pkgsrc/math/cloog/buildlink3.mk,v
retrieving revision 1.3
diff -u -r1.3 buildlink3.mk
--- math/cloog/buildlink3.mk	17 Feb 2013 22:20:44 -0000	1.3
+++ math/cloog/buildlink3.mk	10 Apr 2015 02:07:28 -0000
@@ -6,6 +6,7 @@
 CLOOG_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.cloog+=	cloog>=0.18.0nb1
+BUILDLINK_ABI_DEPENDS.cloog?=	cloog>=0.18.1nb1
 BUILDLINK_PKGSRCDIR.cloog?=	../../math/cloog
 
 .include "../../devel/gmp/buildlink3.mk"
Index: math/isl/buildlink3.mk
===================================================================
RCS file: /cvsroot/pkgsrc/math/isl/buildlink3.mk,v
retrieving revision 1.1
diff -u -r1.1 buildlink3.mk
--- math/isl/buildlink3.mk	17 Feb 2013 22:10:47 -0000	1.1
+++ math/isl/buildlink3.mk	10 Apr 2015 02:07:28 -0000
@@ -6,6 +6,7 @@
 ISL_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.isl+=	isl>=0.11.1
+BUILDLINK_ABI_DEPENDS.isl?=	isl>=0.14.1
 BUILDLINK_PKGSRCDIR.isl?=	../../math/isl
 
 .endif # ISL_BUILDLINK3_MK


Home | Main Index | Thread Index | Old Index