diff options
author | sno <sno@pkgsrc.org> | 2013-06-16 18:56:04 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2013-06-16 18:56:04 +0000 |
commit | 615c93a9892c31dac76377759293f3776773f9f0 (patch) | |
tree | 623927a32c2936544542f5724e9ca67d4888379f /devel/eet/Makefile | |
parent | 0ec94ed0651442560f914d413b14a21f4680e466 (diff) | |
download | pkgsrc-615c93a9892c31dac76377759293f3776773f9f0.tar.gz |
Updating enlightenment libraries to 1.7.7, add missing enlightenment 0.17.3
libraries and enlightenment 0.17.3 itself.
Upstream changes of Eina (to get an impression):
Eina 1.7.7
Changes since Eina 1.7.6:
-------------------------
No changes, just updating to keep in sync with last release.
Changes since Eina 1.7.5:
-------------------------
Improvements:
* Honor tile size in Eina_Tiler.
Fixes:
* Prevent denial of service on Eina_Hash function.
* Fix map leak in Eina_File infrastructure.
* Fix portability issue on 64bits system for Eina_CList.
* Fix magic failure in eina_value_array_count when array has not been allocated
Changes since Eina 1.7.4:
-------------------------
No changes, just updating to keep in sync with last release.
Changes since Eina 1.7.3:
-------------------------
Fixes:
* Fix EINA_INLIST_FOREACH_SAFE macro
* Add XML output to doc
* Add installation rule for doc
* Fix build for Windows platforms.
Changes since Eina 1.7.2:
-------------------------
* Fix Solaris build.
* Don't leak fd after exec.
Changes since Eina 1.7.1:
-------------------------
No changes, just updating to keep in sync with last release.
Diffstat (limited to 'devel/eet/Makefile')
-rw-r--r-- | devel/eet/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/eet/Makefile b/devel/eet/Makefile index 43b53e2f29a..984b890b70f 100644 --- a/devel/eet/Makefile +++ b/devel/eet/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2013/02/06 23:20:51 jperkin Exp $ +# $NetBSD: Makefile,v 1.25 2013/06/16 18:56:04 sno Exp $ # -DISTNAME= eet-1.5.0 -PKGREVISION= 3 +DISTNAME= eet-1.7.7 CATEGORIES= devel archivers MASTER_SITES= http://download.enlightenment.org/releases/ EXTRACT_SUFX= .tar.bz2 @@ -10,7 +9,6 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= joerg@NetBSD.org HOMEPAGE= http://www.enlightenment.org/ COMMENT= Library for speedy storage, retrieval, and compression - LICENSE= 2-clause-bsd PKG_INSTALLATION_TYPES= overwrite pkgviews |