diff options
author | rakuco <rakuco@FreeBSD.org> | 2012-12-27 03:28:21 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2012-12-27 03:28:21 +0800 |
commit | bf602800c1fe9556ac104d657b906cc5e65cd22a (patch) | |
tree | 1935f765b2915dd84d168feab6f572dd256d880a /textproc/freexl | |
parent | 77e51621c3f6cb63a823670550dec16b9df88d08 (diff) | |
download | freebsd-ports-gnome-bf602800c1fe9556ac104d657b906cc5e65cd22a.tar.gz freebsd-ports-gnome-bf602800c1fe9556ac104d657b906cc5e65cd22a.tar.zst freebsd-ports-gnome-bf602800c1fe9556ac104d657b906cc5e65cd22a.zip |
- Update to 1.0.0e. [1]
- Trim Makefile header.
PR: ports/174640 [1]
Submitted by: lbartoletti <coder@tuxfamily.org> (maintainer)
Diffstat (limited to 'textproc/freexl')
-rw-r--r-- | textproc/freexl/Makefile | 9 | ||||
-rw-r--r-- | textproc/freexl/distinfo | 4 |
2 files changed, 5 insertions, 8 deletions
diff --git a/textproc/freexl/Makefile b/textproc/freexl/Makefile index 6e31c56b7197..a67d596c5a16 100644 --- a/textproc/freexl/Makefile +++ b/textproc/freexl/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: freexl -# Date created: 19 May 2012 -# Whom: lbartoletti <coder@tuxfamily.org> -# +# Created by: lbartoletti <coder@tuxfamily.org> # $FreeBSD$ -# PORTNAME= freexl -DISTVERSION= 1.0.0d +DISTVERSION= 1.0.0e CATEGORIES= textproc MASTER_SITES= http://www.gaia-gis.it/gaia-sins/freexl-sources/ @@ -25,4 +21,5 @@ USE_LDCONFIG= yes post-patch: @${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|g' \ ${WRKSRC}/Makefile.in + .include <bsd.port.mk> diff --git a/textproc/freexl/distinfo b/textproc/freexl/distinfo index 813d33a10113..1410cfbfd96d 100644 --- a/textproc/freexl/distinfo +++ b/textproc/freexl/distinfo @@ -1,2 +1,2 @@ -SHA256 (freexl-1.0.0d.tar.gz) = b21307365e27078bccad16cc9618404322c3f8ef2e44c968b71b115b7f589fa2 -SIZE (freexl-1.0.0d.tar.gz) = 918724 +SHA256 (freexl-1.0.0e.tar.gz) = ab07ebd7efa8779e11252752e5bc119accd57a610408a0e198151f4fcc969bfa +SIZE (freexl-1.0.0e.tar.gz) = 921094 |