pkgsrc-WIP-changes archive

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

fastahack: Clean up



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon4000%gmail.com@localhost>
Pushed By:	outpaddling
Date:		Fri Mar 30 12:17:41 2018 -0500
Changeset:	3c29741a7ab7db0abdea4a65b7f7ad7c6171cebf

Modified Files:
	fastahack/Makefile
	fastahack/buildlink3.mk
Removed Files:
	fastahack/TODO

Log Message:
fastahack: Clean up

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

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

diffstat:
 fastahack/Makefile      | 4 ----
 fastahack/TODO          | 1 -
 fastahack/buildlink3.mk | 2 +-
 3 files changed, 1 insertion(+), 6 deletions(-)

diffs:
diff --git a/fastahack/Makefile b/fastahack/Makefile
index 553f260004..8f59d7ba81 100644
--- a/fastahack/Makefile
+++ b/fastahack/Makefile
@@ -14,10 +14,6 @@ HOMEPAGE=	https://github.com/ekg/fastahack
 COMMENT=	Utilities for indexing and sequence extraction from FASTA files
 LICENSE=	gnu-gpl-v2
 
-# Test and change if necessary.
-# MAKE_JOBS_SAFE=	no
-
-# Just assuming C and C++: Adjust this!
 USE_LANGUAGES=	c c++
 INSTALL_TARGET=	install-strip
 
diff --git a/fastahack/TODO b/fastahack/TODO
deleted file mode 100644
index b687356e6b..0000000000
--- a/fastahack/TODO
+++ /dev/null
@@ -1 +0,0 @@
-Clean up and test
diff --git a/fastahack/buildlink3.mk b/fastahack/buildlink3.mk
index ba048734fe..4f84ad6356 100644
--- a/fastahack/buildlink3.mk
+++ b/fastahack/buildlink3.mk
@@ -5,7 +5,7 @@ BUILDLINK_TREE+=	fastahack
 .if !defined(FASTAHACK_BUILDLINK3_MK)
 FASTAHACK_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.fastahack+=	fastahack>=0.0.0.20160702 
+BUILDLINK_API_DEPENDS.fastahack+=	fastahack>=0.0.0.20160702
 BUILDLINK_PKGSRCDIR.fastahack?=		../../wip/fastahack
 .endif	# FASTAHACK_BUILDLINK3_MK
 


Home | Main Index | Thread Index | Old Index