pkgsrc-Changes archive

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

CVS commit: pkgsrc/cad/eagle



Module Name:    pkgsrc
Committed By:   tnn
Date:           Wed Apr 26 21:28:34 UTC 2017

Modified Files:
        pkgsrc/cad/eagle: MESSAGE Makefile

Log Message:
The licensing terms for EAGLE changed in version 7.7, when Autodesk inc
bought CadSoft Computer GmbH. Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/cad/eagle/MESSAGE
cvs rdiff -u -r1.30 -r1.31 pkgsrc/cad/eagle/Makefile

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

Modified files:

Index: pkgsrc/cad/eagle/MESSAGE
diff -u pkgsrc/cad/eagle/MESSAGE:1.2 pkgsrc/cad/eagle/MESSAGE:1.3
--- pkgsrc/cad/eagle/MESSAGE:1.2        Thu Sep 12 17:09:56 2002
+++ pkgsrc/cad/eagle/MESSAGE    Wed Apr 26 21:28:34 2017
@@ -1,8 +1,8 @@
 ===========================================================================
-$NetBSD: MESSAGE,v 1.2 2002/09/12 17:09:56 wiz Exp $
+$NetBSD: MESSAGE,v 1.3 2017/04/26 21:28:34 tnn Exp $
 
   EAGLE has now been installed.  You have to run 'eagle' as 'root' once
-  and click on "Run as Freeware" to generate a valid key.  Thereafter,
+  and click on "EAGLE Express" to generate a valid key.  Thereafter,
   you can run eagle as any user.
 
 ===========================================================================

Index: pkgsrc/cad/eagle/Makefile
diff -u pkgsrc/cad/eagle/Makefile:1.30 pkgsrc/cad/eagle/Makefile:1.31
--- pkgsrc/cad/eagle/Makefile:1.30      Sat Dec 17 03:19:18 2016
+++ pkgsrc/cad/eagle/Makefile   Wed Apr 26 21:28:34 2017
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.30 2016/12/17 03:19:18 mef Exp $
+# $NetBSD: Makefile,v 1.31 2017/04/26 21:28:34 tnn Exp $
 
 DISTNAME=              eagle-lin32-7.7.0
 PKGNAME=               ${DISTNAME:S/-lin32//}
+PKGREVISION=           1
 CATEGORIES=            cad
 # Strip microversion from directory name
 MASTER_SITES=          http://web.cadsoft.de/ftp/eagle/program/${PKGVERSION_NOREV:C/([0-9]+\.[0-9]+)\.[0-9]/\1/}/
@@ -9,9 +10,9 @@ EXTRACT_SUFX=          .run
 EXTRACT_CMD=           tail +126 $$extract_file | ${TOOLS_PATH.bsdtar} -C ${WRKDIR} -xjf -
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=              http://www.cadsoft.de/
+HOMEPAGE=              https://www.autodesk.com/products/eagle/overview
 COMMENT=               Easy to use printed circuit board editor
-LICENSE=               eagle-license
+LICENSE=               autodesk-license
 
 RESTRICTED=            Redistribution not permitted
 NO_SRC_ON_FTP=         ${RESTRICTED}



Home | Main Index | Thread Index | Old Index