pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/synergy



Module Name:    pkgsrc
Committed By:   tnn
Date:           Tue Aug 16 18:47:02 UTC 2016

Modified Files:
        pkgsrc/net/synergy: Makefile

Log Message:
drop obsolete EXTRACT_USING=bsdtar; the package uses github distribution


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/net/synergy/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/synergy/Makefile
diff -u pkgsrc/net/synergy/Makefile:1.33 pkgsrc/net/synergy/Makefile:1.34
--- pkgsrc/net/synergy/Makefile:1.33    Tue Aug 16 18:36:01 2016
+++ pkgsrc/net/synergy/Makefile Tue Aug 16 18:47:02 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2016/08/16 18:36:01 tnn Exp $
+# $NetBSD: Makefile,v 1.34 2016/08/16 18:47:02 tnn Exp $
 
 DISTNAME=              synergy-1.8.2
 CATEGORIES=            net x11
@@ -10,10 +10,9 @@ HOMEPAGE=            http://synergy-project.org/
 COMMENT=               Let a user share a mouse and keyboard among computers
 LICENSE=               gnu-gpl-v2
 
-EXTRACT_USING=         bsdtar
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            unzip
-# Main configuration is cmake, but subdirectories are gnu configure.
+# Main configuration is CMake, but subdirectories are GNU configure.
 # We need to set GNU_CONFIGURE=yes for config.{guess,sub} overrides to kick in.
 # Fortunately for us, cmake seems to take precedence in infrastructure.
 USE_CMAKE=             yes



Home | Main Index | Thread Index | Old Index