pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/tcptraceroute



Module Name:    pkgsrc
Committed By:   mef
Date:           Wed Sep 14 06:07:20 UTC 2016

Modified Files:
        pkgsrc/net/tcptraceroute: Makefile

Log Message:
- Set LICENSE as gnu-gpl-v2
- Githubify
- Update HOMEPAGE (in Github)


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/net/tcptraceroute/Makefile

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

Modified files:

Index: pkgsrc/net/tcptraceroute/Makefile
diff -u pkgsrc/net/tcptraceroute/Makefile:1.18 pkgsrc/net/tcptraceroute/Makefile:1.19
--- pkgsrc/net/tcptraceroute/Makefile:1.18      Wed Feb  6 19:31:02 2013
+++ pkgsrc/net/tcptraceroute/Makefile   Wed Sep 14 06:07:20 2016
@@ -1,14 +1,15 @@
-# $NetBSD: Makefile,v 1.18 2013/02/06 19:31:02 jperkin Exp $
+# $NetBSD: Makefile,v 1.19 2016/09/14 06:07:20 mef Exp $
 #
 
 DISTNAME=              tcptraceroute-1.4
 PKGREVISION=           5
 CATEGORIES=            net
-MASTER_SITES=          http://michael.toren.net/code/tcptraceroute/
+MASTER_SITES=          ${MASTER_SITE_GITHUB:=mct/}
 
 MAINTAINER=            kim%tac.nyc.ny.us@localhost
-HOMEPAGE=              http://michael.toren.net/code/tcptraceroute/
+HOMEPAGE=              https://github.com/mct/tcptraceroute
 COMMENT=               Traceroute implementation using TCP packets
+LICENSE=               gnu-gpl-v2
 
 BUILD_TARGET=          tcptraceroute
 BUILDLINK_API_DEPENDS.libnet10+=       libnet10>=1.0.2anb1



Home | Main Index | Thread Index | Old Index