diff options
author | jperkin <jperkin@pkgsrc.org> | 2013-07-12 10:41:58 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2013-07-12 10:41:58 +0000 |
commit | d94ce393d3a1580661c6762e8fd325cf53115378 (patch) | |
tree | a3451082e1560b738d75f804e29d005c0e979e6c /sysutils | |
parent | 20a0ee1bdc9f1b71b30da6a90ce9aa145d7c0288 (diff) | |
download | pkgsrc-d94ce393d3a1580661c6762e8fd325cf53115378.tar.gz |
Rename the PKGNAME for the OPSYS-specific user packages to include the OPSYS,
so that they are correctly calculated as independent.
This avoids issues in bulk builds where the package version was taking
precedence and causing the wrong user package to be depended upon.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/user_cygwin/Makefile | 4 | ||||
-rw-r--r-- | sysutils/user_darwin/Makefile | 4 | ||||
-rw-r--r-- | sysutils/user_interix/Makefile | 4 | ||||
-rw-r--r-- | sysutils/user_irix/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/sysutils/user_cygwin/Makefile b/sysutils/user_cygwin/Makefile index 8e48790e190..50b267547f8 100644 --- a/sysutils/user_cygwin/Makefile +++ b/sysutils/user_cygwin/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2013/03/13 12:35:15 obache Exp $ +# $NetBSD: Makefile,v 1.5 2013/07/12 10:41:58 jperkin Exp $ # -DISTNAME= user-20130313 +DISTNAME= user-cygwin-20130712 CATEGORIES= sysutils MASTER_SITES= # empty DISTFILES= # empty diff --git a/sysutils/user_darwin/Makefile b/sysutils/user_darwin/Makefile index fdd801ee39d..4acc927aac4 100644 --- a/sysutils/user_darwin/Makefile +++ b/sysutils/user_darwin/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2012/10/23 19:51:28 asau Exp $ +# $NetBSD: Makefile,v 1.12 2013/07/12 10:41:58 jperkin Exp $ # -DISTNAME= user-20101223 +DISTNAME= user-darwin-20130712 CATEGORIES= sysutils MASTER_SITES= # empty DISTFILES= # empty diff --git a/sysutils/user_interix/Makefile b/sysutils/user_interix/Makefile index bb4fe390a81..cb04efe2716 100644 --- a/sysutils/user_interix/Makefile +++ b/sysutils/user_interix/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2012/10/23 19:51:28 asau Exp $ +# $NetBSD: Makefile,v 1.11 2013/07/12 10:41:58 jperkin Exp $ # -DISTNAME= user-20040426 +DISTNAME= user-interix-20130712 CATEGORIES= sysutils MASTER_SITES= # empty DISTFILES= # empty diff --git a/sysutils/user_irix/Makefile b/sysutils/user_irix/Makefile index 69e0c6913cc..d0b0edf2edb 100644 --- a/sysutils/user_irix/Makefile +++ b/sysutils/user_irix/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2012/10/23 19:51:28 asau Exp $ +# $NetBSD: Makefile,v 1.4 2013/07/12 10:41:58 jperkin Exp $ # -DISTNAME= user-20110201 +DISTNAME= user-irix-20130712 CATEGORIES= sysutils MASTER_SITES= # empty DISTFILES= # empty |