pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
multiple; Add DIST_SUBDIR to packages with DISTNAME of master
Module Name: pkgsrc-wip
Committed By: Greg Troxel <gdt%lexort.com@localhost>
Pushed By: gdt
Date: Wed Oct 27 20:32:47 2021 -0400
Changeset: a623fe6dfb5388c8ca3c4efa05caed41ef84d804
Modified Files:
crossguid/Makefile
wise3/Makefile
Log Message:
multiple; Add DIST_SUBDIR to packages with DISTNAME of master
The adjustment may not be ok, but placing a master.tar.gz in top-level
of distfiles is obviously not ok. (Surprisingly only two collided.)
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a623fe6dfb5388c8ca3c4efa05caed41ef84d804
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
crossguid/Makefile | 1 +
wise3/Makefile | 1 +
2 files changed, 2 insertions(+)
diffs:
diff --git a/crossguid/Makefile b/crossguid/Makefile
index b0f7aa302b..b066ebbdec 100644
--- a/crossguid/Makefile
+++ b/crossguid/Makefile
@@ -3,6 +3,7 @@
# no Release yet
GIT_COMMIT= fef89a4174a7bf8cd99fa9154864ce9e8e3bf989
DISTNAME= master
+DIST_SUBDIR= crossguid
PKGNAME= crossguid-0.0_pre20160908
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=/graeme-hill/crossguid/archive/}
diff --git a/wise3/Makefile b/wise3/Makefile
index 8cef6fc73c..5a460fbbab 100644
--- a/wise3/Makefile
+++ b/wise3/Makefile
@@ -1,6 +1,7 @@
# $NetBSD$
DISTNAME= master
+DIST_SUBDIR= wise3
PKGNAME= wise-3
CATEGORIES= biology
MASTER_SITES= https://github.com/birney/wise3/archive/
Home |
Main Index |
Thread Index |
Old Index