diff options
author | mandree <mandree@FreeBSD.org> | 2014-07-01 05:05:11 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2014-07-01 05:05:11 +0800 |
commit | 8302696327992023af842a5bf95253cdd005957e (patch) | |
tree | fd7e1c80f164137754546a86aaf99c78acfb1825 /archivers | |
parent | 0315e2a0fbf139229f08e70411dbb4c41e990e37 (diff) | |
download | freebsd-ports-gnome-8302696327992023af842a5bf95253cdd005957e.tar.gz freebsd-ports-gnome-8302696327992023af842a5bf95253cdd005957e.tar.zst freebsd-ports-gnome-8302696327992023af842a5bf95253cdd005957e.zip |
Update to new upstream version 2.08.
Relevant upstream changes are, taken from the NEWS file:
* Updated the Autoconf scripts to fix some reported build problems.
* Fixed lzo_init() on big-endian architectures like Sparc.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/lzo2/Makefile | 3 | ||||
-rw-r--r-- | archivers/lzo2/distinfo | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/archivers/lzo2/Makefile b/archivers/lzo2/Makefile index 8ae08a841017..c0d94bf5a13c 100644 --- a/archivers/lzo2/Makefile +++ b/archivers/lzo2/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= lzo2 -PORTVERSION= 2.07 -PORTREVISION= 2 +PORTVERSION= 2.08 CATEGORIES= archivers devel MASTER_SITES= http://www.oberhumer.com/opensource/lzo/download/ \ LOCAL/mandree diff --git a/archivers/lzo2/distinfo b/archivers/lzo2/distinfo index e8f0ab9f7c2f..31b8518bcbfd 100644 --- a/archivers/lzo2/distinfo +++ b/archivers/lzo2/distinfo @@ -1,2 +1,2 @@ -SHA256 (lzo-2.07.tar.gz) = 9298ccf43f856ef00643d110042b2fefe694b569c161aef0c6f8e4ada590e6d4 -SIZE (lzo-2.07.tar.gz) = 587089 +SHA256 (lzo-2.08.tar.gz) = ac1b3e4dee46febe9fd28737eb7f5692d3232ef1a01da10444394c3d47536614 +SIZE (lzo-2.08.tar.gz) = 589045 |