diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2012-05-18 16:05:40 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2012-05-18 16:05:40 +0000 |
commit | af0237e76bf4b671782097a02285b0ad2e0d1f5f (patch) | |
tree | 85175b181ea53e809f3864fd84a0fa09c5b6d530 /graphics/yed | |
parent | 54a1d9ee80257b99350afdb05f906efad49903c2 (diff) | |
download | ports-af0237e76bf4b671782097a02285b0ad2e0d1f5f.tar.gz ports-af0237e76bf4b671782097a02285b0ad2e0d1f5f.zip |
- Update to version 3.9.2
- Add LICENSE info
PR: ports/168080
Submitted by: Eugene Mychlo <myc@barev.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=296906
Diffstat (limited to 'graphics/yed')
-rw-r--r-- | graphics/yed/Makefile | 10 | ||||
-rw-r--r-- | graphics/yed/distinfo | 4 |
2 files changed, 10 insertions, 4 deletions
diff --git a/graphics/yed/Makefile b/graphics/yed/Makefile index b8a31fc5c87d..424bf65d38f3 100644 --- a/graphics/yed/Makefile +++ b/graphics/yed/Makefile @@ -6,7 +6,7 @@ # PORTNAME= yed -PORTVERSION= 3.9.1 +PORTVERSION= 3.9.2 CATEGORIES= graphics java MASTER_SITES= # DISTNAME= yEd-${PORTVERSION} @@ -14,11 +14,17 @@ DISTNAME= yEd-${PORTVERSION} MAINTAINER= myc@barev.net COMMENT= An editor for graphs and diagrams +LICENSE= YED_1_1 +LICENSE_NAME= yEd Software License Agreement (Version 1.1) +LICENSE_TEXT= Description of the license can be obtained from the following URL: \ + http://www.yworks.com/products/yed/license.html +LICENSE_PERMS= no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell auto-accept + USE_ZIP= yes USE_JAVA= yes JAVA_VERSION= 1.5+ NO_BUILD= yes -RESTRICTED= Restrictive license +RESTRICTED= Downloading requires acceptance of license agreement DESKTOP_ENTRIES="yEd" "${COMMENT}" "" "yed" "" "false" WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/graphics/yed/distinfo b/graphics/yed/distinfo index 063d495ad65d..6b37a1ad5b51 100644 --- a/graphics/yed/distinfo +++ b/graphics/yed/distinfo @@ -1,2 +1,2 @@ -SHA256 (yEd-3.9.1.zip) = b102d6230635df0cb81cdefdbca49595c370bf13be9cf08480f00d959a106d0e -SIZE (yEd-3.9.1.zip) = 24546062 +SHA256 (yEd-3.9.2.zip) = 057e8a023b577d60ad8faa09c05eb8577477ca5468c27a374dfdfc86d39bfdfb +SIZE (yEd-3.9.2.zip) = 24557329 |