diff options
author | bofh <bofh@FreeBSD.org> | 2016-06-12 07:04:09 +0800 |
---|---|---|
committer | bofh <bofh@FreeBSD.org> | 2016-06-12 07:04:09 +0800 |
commit | 012a8e2c3b470859be2ce6390c01c254b2c4bff8 (patch) | |
tree | e16ea5bfb859a81c827d744b5a4ce50d4e3bdc77 | |
parent | a847f05a6b8ca84c9a736c81d87f47f028fe4864 (diff) | |
download | freebsd-ports-gnome-012a8e2c3b470859be2ce6390c01c254b2c4bff8.tar.gz freebsd-ports-gnome-012a8e2c3b470859be2ce6390c01c254b2c4bff8.tar.zst freebsd-ports-gnome-012a8e2c3b470859be2ce6390c01c254b2c4bff8.zip |
lang/librep: Update version 0.92.5=>0.92.6
- Add USES=autoreconf as dist no longer provides configure script
-rw-r--r-- | lang/librep/Makefile | 4 | ||||
-rw-r--r-- | lang/librep/distinfo | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/lang/librep/Makefile b/lang/librep/Makefile index 0648032ab4c0..6a3d0fbb2f19 100644 --- a/lang/librep/Makefile +++ b/lang/librep/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= librep -PORTVERSION= 0.92.5 +PORTVERSION= 0.92.6 CATEGORIES= lang elisp gnome MASTER_SITES= http://download.tuxfamily.org/librep/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -19,7 +19,7 @@ RUN_DEPENDS= gtar:archivers/gtar USE_CSTD= gnu89 -USES= gettext gmake libtool makeinfo pathfix pkgconfig readline \ +USES= autoreconf gettext gmake libtool makeinfo pathfix pkgconfig readline \ shebangfix tar:xz GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-aclocaldir=${PREFIX}/share/aclocal \ diff --git a/lang/librep/distinfo b/lang/librep/distinfo index 591a57833cb6..9f753daa0947 100644 --- a/lang/librep/distinfo +++ b/lang/librep/distinfo @@ -1,2 +1,3 @@ -SHA256 (librep_0.92.5.tar.xz) = 22da9bab38d161309a593c36f2168fb78de8a8a93f171f08dee5ef89e22b5e7f -SIZE (librep_0.92.5.tar.xz) = 638228 +TIMESTAMP = 1465685214 +SHA256 (librep_0.92.6.tar.xz) = fec152d0aca9afeb71aed40e7e5af27ca7bd13a41aa493532108f6ef2b04cccc +SIZE (librep_0.92.6.tar.xz) = 472152 |