pkgsrc-WIP-changes archive

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

cddlib: fix CATEGORIES, HOMEPAGE and MASTER_SITES.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Mon Feb 6 16:51:11 2017 +0100
Changeset:	d5577f324153eb7fc0715611bb164dd516fda646

Modified Files:
	cddlib/Makefile

Log Message:
cddlib: fix CATEGORIES, HOMEPAGE and MASTER_SITES.

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

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

diffstat:
 cddlib/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diffs:
diff --git a/cddlib/Makefile b/cddlib/Makefile
index 7fe5d974d4..72ccfb50cd 100644
--- a/cddlib/Makefile
+++ b/cddlib/Makefile
@@ -1,11 +1,11 @@
 # $NetBSD: Makefile,v 1.3 2015/01/31 20:03:00 jihbed Exp $
 
 DISTNAME=	cddlib-094g
-CATEGORIES=	wip
-MASTER_SITES=	ftp://ftp.ifor.math.ethz.ch/pub/fukuda/cdd/
+CATEGORIES=	math
+MASTER_SITES=	ftp://ftp.math.ethz.ch/users/fukudak/cdd/
 
 MAINTAINER=	INSERT_YOUR_MAIL_ADDRESS_HERE
-HOMEPAGE=	ftp://ftp.ifor.math.ethz.ch/pub/fukuda/cdd/
+HOMEPAGE=	https://www.inf.ethz.ch/personal/fukudak/cdd_home/
 COMMENT=	TODO: Short description of the package
 #LICENSE=	# TODO: (see mk/license.mk)
 


Home | Main Index | Thread Index | Old Index