Wed Jun 23 19:48:55 2021 UTC ()
devel/swig2: Release maintainership

Narrowing my focus to biology packages


(bacon)
diff -r1.16 -r1.17 pkgsrc/devel/swig2/Makefile

cvs diff -r1.16 -r1.17 pkgsrc/devel/swig2/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/swig2/Makefile 2021/05/24 19:52:04 1.16
+++ pkgsrc/devel/swig2/Makefile 2021/06/23 19:48:55 1.17
@@ -1,22 +1,22 @@ @@ -1,22 +1,22 @@
1# $NetBSD: Makefile,v 1.16 2021/05/24 19:52:04 wiz Exp $ 1# $NetBSD: Makefile,v 1.17 2021/06/23 19:48:55 bacon Exp $
2 2
3DISTNAME= swig-2.0.12 3DISTNAME= swig-2.0.12
4PKGNAME= ${DISTNAME:S/swig-/swig2-/} 4PKGNAME= ${DISTNAME:S/swig-/swig2-/}
5PKGREVISION= 4 5PKGREVISION= 4
6CATEGORIES= devel 6CATEGORIES= devel
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=swig/} 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=swig/}
8 8
9MAINTAINER= bacon@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.swig.org/ 10HOMEPAGE= http://www.swig.org/
11COMMENT= Simplified Wrapper and Interface Generator (version 2) 11COMMENT= Simplified Wrapper and Interface Generator (version 2)
12LICENSE= 2-clause-bsd 12LICENSE= 2-clause-bsd
13 13
14CONFLICTS= swig-build-[0-9]* 14CONFLICTS= swig-build-[0-9]*
15 15
16# This package mostly can replace swig (1), but it is likely not 16# This package mostly can replace swig (1), but it is likely not
17# entirely compatible (per upstream). So the plan is to keep 17# entirely compatible (per upstream). So the plan is to keep
18# devel/swig and devel/swig2 both for a while. This package is 18# devel/swig and devel/swig2 both for a while. This package is
19# configured to install swig as "swig2", so that swig and swig2 can be 19# configured to install swig as "swig2", so that swig and swig2 can be
20# installed in parallel. The downside of that is that depending 20# installed in parallel. The downside of that is that depending
21# packages must check for and use swig2. Thus, the decision about 21# packages must check for and use swig2. Thus, the decision about
22# naming is open to being revisited. 22# naming is open to being revisited.