pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/xsd



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Nov  6 13:43:34 UTC 2017

Modified Files:
        pkgsrc/devel/xsd: Makefile

Log Message:
xsd: follow redirect


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/xsd/Makefile

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

Modified files:

Index: pkgsrc/devel/xsd/Makefile
diff -u pkgsrc/devel/xsd/Makefile:1.26 pkgsrc/devel/xsd/Makefile:1.27
--- pkgsrc/devel/xsd/Makefile:1.26      Thu Aug 24 20:03:12 2017
+++ pkgsrc/devel/xsd/Makefile   Mon Nov  6 13:43:34 2017
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.26 2017/08/24 20:03:12 adam Exp $
+# $NetBSD: Makefile,v 1.27 2017/11/06 13:43:34 wiz Exp $
 
 DISTNAME=              xsd-3.2.0+dep
 EXTRACT_SUFX=          .tar.bz2
 PKGNAME=               xsd-3.2.0
 PKGREVISION=           16
 CATEGORIES=            devel textproc
-MASTER_SITES=          http://www.codesynthesis.com/download/xsd/3.2/
+MASTER_SITES=          https://www.codesynthesis.com/download/xsd/3.2/
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=              http://www.codesynthesis.com/products/xsd/
+HOMEPAGE=              https://www.codesynthesis.com/products/xsd/
 COMMENT=               W3C XML Schema to C++ data binding compiler
 LICENSE=               gnu-gpl-v2
 



Home | Main Index | Thread Index | Old Index