pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/ettercap



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Mar 22 06:40:07 UTC 2021

Modified Files:
        pkgsrc/net/ettercap: Makefile.common

Log Message:
ettercap: fix building ettercap-gtk


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/ettercap/Makefile.common

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

Modified files:

Index: pkgsrc/net/ettercap/Makefile.common
diff -u pkgsrc/net/ettercap/Makefile.common:1.1 pkgsrc/net/ettercap/Makefile.common:1.2
--- pkgsrc/net/ettercap/Makefile.common:1.1     Sat Mar  6 11:20:56 2021
+++ pkgsrc/net/ettercap/Makefile.common Mon Mar 22 06:40:07 2021
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile.common,v 1.1 2021/03/06 11:20:56 nia Exp $
+# $NetBSD: Makefile.common,v 1.2 2021/03/22 06:40:07 adam Exp $
 # used by net/ettercap/Makefile
 # used by net/ettercap-gtk/Makefile
 
 DISTNAME=      ettercap-0.8.3.1
 CATEGORIES=    net security
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=Ettercap/}
+GITHUB_PROJECT=        ettercap  # explicit for WRKSRC in net/ettercap-gtk
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 
 HOMEPAGE=      https://www.ettercap-project.org/
@@ -22,7 +23,6 @@ TEST_TARGET=  test
 CMAKE_ARGS+=   -DENABLE_IPV6=ON
 CMAKE_ARGS+=   -DENABLE_TESTS=ON
 
-
 DISTINFO_FILE= ${.CURDIR}/../../net/ettercap/distinfo
 PATCHDIR=      ${.CURDIR}/../../net/ettercap/patches
 



Home | Main Index | Thread Index | Old Index