pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/thttpd



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Aug  6 15:54:38 UTC 2018

Modified Files:
        pkgsrc/www/thttpd: Makefile

Log Message:
www/thttpd: acme.com now supports TLS. No distfiles change.


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/www/thttpd/Makefile

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

Modified files:

Index: pkgsrc/www/thttpd/Makefile
diff -u pkgsrc/www/thttpd/Makefile:1.50 pkgsrc/www/thttpd/Makefile:1.51
--- pkgsrc/www/thttpd/Makefile:1.50     Mon Aug  6 15:51:41 2018
+++ pkgsrc/www/thttpd/Makefile  Mon Aug  6 15:54:38 2018
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.50 2018/08/06 15:51:41 nia Exp $
+# $NetBSD: Makefile,v 1.51 2018/08/06 15:54:38 nia Exp $
 
 DISTNAME=      thttpd-2.29
 CATEGORIES=    www
-MASTER_SITES=  http://www.acme.com/software/thttpd/
+MASTER_SITES=  https://www.acme.com/software/thttpd/
 DISTFILES=     ${DISTNAME}${EXTRACT_SUFX} \
                ${NETBSD_LOGO}
 DIST_SUBDIR=   ${PKGNAME_NOREV}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://www.acme.com/software/thttpd/
+HOMEPAGE=      https://www.acme.com/software/thttpd/
 COMMENT=       Tiny/turbo/throttling HTTP server
 
 EXTRACT_ONLY=  ${DISTNAME}${EXTRACT_SUFX}



Home | Main Index | Thread Index | Old Index