pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2017Q3] pkgsrc/www/paros



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Sun Nov 12 12:43:04 UTC 2017

Modified Files:
        pkgsrc/www/paros [pkgsrc-2017Q3]: Makefile

Log Message:
Pullup ticket #5637 - requested by sevan
www/paros: build fix

Revisions pulled up:
- www/paros/Makefile                                            1.18

---
   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.16 -r1.16.16.1 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.16 pkgsrc/www/paros/Makefile:1.16.16.1
--- pkgsrc/www/paros/Makefile:1.16      Fri Mar 25 21:03:09 2016
+++ pkgsrc/www/paros/Makefile   Sun Nov 12 12:43:04 2017
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2016/03/25 21:03:09 joerg Exp $
-#
+# $NetBSD: Makefile,v 1.16.16.1 2017/11/12 12:43:04 bsiegert 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