pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/paros



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Nov  6 13:33:48 UTC 2017

Modified Files:
        pkgsrc/www/paros: Makefile

Log Message:
paros: fix HOMEPAGE, set LICENSE


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/paros/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/paros/Makefile
diff -u pkgsrc/www/paros/Makefile:1.17 pkgsrc/www/paros/Makefile:1.18
--- pkgsrc/www/paros/Makefile:1.17      Mon Oct  9 15:32:07 2017
+++ pkgsrc/www/paros/Makefile   Mon Nov  6 13:33:48 2017
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2017/10/09 15:32:07 jperkin Exp $
-#
+# $NetBSD: Makefile,v 1.18 2017/11/06 13:33:48 wiz Exp $
 
 DISTNAME=      paros-3.2.13-unix
 PKGNAME=       ${DISTNAME:S/-unix//}
@@ -9,8 +8,9 @@ MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE:
 EXTRACT_SUFX=  .zip
 
 MAINTAINER=    salo%NetBSD.org@localhost
-HOMEPAGE=      http://www.parosproxy.org/
+HOMEPAGE=      https://sourceforge.net/projects/paros/
 COMMENT=       HTTP/HTTPS proxy for assessing web application vulnerabilities
+LICENSE=       artistic
 
 NO_BUILD=      yes
 USE_JAVA2=     yes



Home | Main Index | Thread Index | Old Index