pkgsrc-WIP-changes archive

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

lidia: update HOMEPAGE, remove dead download link



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Sat Apr 24 13:46:08 2021 +0200
Changeset:	b2b70e2e5f3b24fefefc465cab0b8f84fecce054

Modified Files:
	lidia/Makefile

Log Message:
lidia: update HOMEPAGE, remove dead download link

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

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

diffstat:
 lidia/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diffs:
diff --git a/lidia/Makefile b/lidia/Makefile
index 6dfdc3e23d..7eb20d11e4 100644
--- a/lidia/Makefile
+++ b/lidia/Makefile
@@ -2,10 +2,10 @@
 
 DISTNAME=		lidia-2.2.0
 CATEGORIES=		math
-MASTER_SITES=		ftp://ftp.informatik.tu-darmstadt.de/pub/TI/systems/LiDIA/current/
+#MASTER_SITES=		ftp://ftp.informatik.tu-darmstadt.de/pub/TI/systems/LiDIA/current/
 
 MAINTAINER=		esg%sdf.lonestar.org@localhost
-HOMEPAGE=		ftp://ftp.informatik.tu-darmstadt.de/pub/TI/systems/LiDIA/current/
+HOMEPAGE=		https://github.com/mkoeppe/LiDIA
 COMMENT=		C++ Library For Computational Number Theory
 
 USE_PKGLOCALEDIR=	yes
@@ -26,7 +26,6 @@ BUILD_DEPENDS+=		gtexinfo-[0-9]*:../../devel/gtexinfo
 
 DOCDIR=			${PREFIX}/share/doc/${PKGBASE}
 
-
 post-build:
 	cd ${WRKSRC} && ${GMAKE} doc && ${GMAKE} ps && ${GMAKE} pdf
 


Home | Main Index | Thread Index | Old Index