pkgsrc-WIP-changes archive

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

ThirdParty-ASL: TODO addressed and TODO file removed



Module Name:	pkgsrc-wip
Committed By:	mayuresh <mayuresh%acm.org@localhost>
Pushed By:	mayuresh
Date:		Mon Aug 26 12:45:34 2024 +0530
Changeset:	57bd150db11b5ced642c2e69f2bc0c93ce80c5da

Modified Files:
	ThirdParty-ASL/Makefile
	ThirdParty-ASL/distinfo
Removed Files:
	ThirdParty-ASL/TODO

Log Message:
ThirdParty-ASL: TODO addressed and TODO file removed

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

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

diffstat:
 ThirdParty-ASL/Makefile | 9 ++++-----
 ThirdParty-ASL/TODO     | 1 -
 ThirdParty-ASL/distinfo | 3 +++
 3 files changed, 7 insertions(+), 6 deletions(-)

diffs:
diff --git a/ThirdParty-ASL/Makefile b/ThirdParty-ASL/Makefile
index 53bdb50b90..8b2a6885ae 100644
--- a/ThirdParty-ASL/Makefile
+++ b/ThirdParty-ASL/Makefile
@@ -21,14 +21,13 @@ USE_LANGUAGES=	c
 
 PKGCONFIG_OVERRIDE+=	coinasl.pc.in
 
-SOLVER_MASTER_SITE=	https://coin-or-tools.github.io/ThirdParty-ASL
 SOLVER_DISTFILE=	solvers-64919f75f.tgz
+DISTFILES=		${DEFAULT_DISTFILES} ${SOLVER_DISTFILE}
+
+SITES.${SOLVER_DISTFILE}=	https://coin-or-tools.github.io/ThirdParty-ASL/
 
-# TODO: The SOLVER_DISTFILE needs to be in distinfo, extracted automatically
-# FreeBSD port math/asl creates a soft link to auto-extracted file. How to do that in pkgsrc?
-# Change USE_TOOLS accordingly
 post-extract:
-	cd ${WRKSRC} && wget --no-check-certificate ${SOLVER_MASTER_SITE}/${SOLVER_DISTFILE} && tar xvzf ${SOLVER_DISTFILE}
+	cd ${WRKSRC} && ${LN} -s ../solvers
 
 
 .include "../../mk/bsd.pkg.mk"
diff --git a/ThirdParty-ASL/TODO b/ThirdParty-ASL/TODO
deleted file mode 100644
index 22dfd03a9e..0000000000
--- a/ThirdParty-ASL/TODO
+++ /dev/null
@@ -1 +0,0 @@
-- See a TODO in the Makefile
diff --git a/ThirdParty-ASL/distinfo b/ThirdParty-ASL/distinfo
index f1e19001d2..584754649b 100644
--- a/ThirdParty-ASL/distinfo
+++ b/ThirdParty-ASL/distinfo
@@ -3,3 +3,6 @@ $NetBSD$
 BLAKE2s (ThirdParty-ASL/2.0.1.tar.gz) = 03adc2f580e4d0bf7710b504b16425f377201c3e42e80530c0bf6bea3e242206
 SHA512 (ThirdParty-ASL/2.0.1.tar.gz) = 37c05677ebc82d56228cd80382c37ae44546fd5681063488bd2cd3c35c2155c2f85e6e8fbcbe41913eeafeb3ac12d2972919893de75affade3016e64f75e034b
 Size (ThirdParty-ASL/2.0.1.tar.gz) = 252385 bytes
+BLAKE2s (ThirdParty-ASL/solvers-64919f75f.tgz) = 8687353cc802d7c5be3648c2b1054b6ea044c945f29471e187ef9679264ec44f
+SHA512 (ThirdParty-ASL/solvers-64919f75f.tgz) = dfb001d1feb4218b3122f4d6fe7a101f03bbb8277e8af0adda6a1ae9295b6eb7fc1ef62550bc6cc724a54754c713e36f526555c66d9f0bcb9a08ed61414bbe26
+Size (ThirdParty-ASL/solvers-64919f75f.tgz) = 360043 bytes


Home | Main Index | Thread Index | Old Index