pkgsrc-WIP-changes archive

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

rainbow: specify license and annotate patch



Module Name:	pkgsrc-wip
Committed By:	Winston Weinert <winston%ml1.net@localhost>
Pushed By:	winston
Date:		Mon Mar 12 21:49:11 2018 -0500
Changeset:	1de1505ada8ced8eb3c0f3b5423b04fcd3524f69

Modified Files:
	rainbow/Makefile
	rainbow/distinfo
	rainbow/patches/patch-Makefile

Log Message:
rainbow: specify license and annotate patch

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1de1505ada8ced8eb3c0f3b5423b04fcd3524f69

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

diffstat:
 rainbow/Makefile               | 4 +---
 rainbow/distinfo               | 2 +-
 rainbow/patches/patch-Makefile | 1 +
 3 files changed, 3 insertions(+), 4 deletions(-)

diffs:
diff --git a/rainbow/Makefile b/rainbow/Makefile
index 1c4338436e..6d19035611 100644
--- a/rainbow/Makefile
+++ b/rainbow/Makefile
@@ -13,15 +13,13 @@ MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=bio-rainbow/}
 MAINTAINER=	bacon%NetBSD.org@localhost
 HOMEPAGE=	http://sourceforge.net/projects/bio-rainbow/
 COMMENT=	Short reads clustering and local assembly
-# LICENSE=	unspecified
+LICENSE=	gnu-gpl-v3
 
 # Just assuming C and C++: Adjust this!
 USE_LANGUAGES=	c c++
 USE_TOOLS+=	gmake
 
 PORTVERSION=	2.0.4
-DATADIR=	${PREFIX}/share/rainbow
-DOCSDIR=	${PREFIX}/share/doc/rainbow
 
 INSTALLATION_DIRS=	bin
 
diff --git a/rainbow/distinfo b/rainbow/distinfo
index 086405ede2..0d503896ff 100644
--- a/rainbow/distinfo
+++ b/rainbow/distinfo
@@ -4,4 +4,4 @@ SHA1 (rainbow_2.0.4.tar.gz) = c8a8458892873f59136176a3960f337ee7bea376
 RMD160 (rainbow_2.0.4.tar.gz) = bec9fa59563a06fd274b531acd33060b7c5c6a21
 SHA512 (rainbow_2.0.4.tar.gz) = 4308b618cc87811f3fcaabe508304a3df80de3c0c7b667d235db1ed336531517c9764a1af402cfe7dc3339ec903f9fb868d0a7f092c27fa579e74a635694cae9
 Size (rainbow_2.0.4.tar.gz) = 77111 bytes
-SHA1 (patch-Makefile) = e57277fb2ec920881718a211b415299bb16d26c6
+SHA1 (patch-Makefile) = a489782c89f2b3eff6e2dbf3a7186ab3ec72dac4
diff --git a/rainbow/patches/patch-Makefile b/rainbow/patches/patch-Makefile
index 101f4e7e16..1f4a957fc3 100644
--- a/rainbow/patches/patch-Makefile
+++ b/rainbow/patches/patch-Makefile
@@ -1,5 +1,6 @@
 $NetBSD$
 
+Allow environment to specify CC & CFLAGS.
 --- Makefile.orig	2015-07-27 18:28:54 UTC
 +++ Makefile
 @@ -1,5 +1,5 @@


Home | Main Index | Thread Index | Old Index