diff options
author | wiz <wiz@pkgsrc.org> | 2013-01-21 13:28:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-01-21 13:28:13 +0000 |
commit | acf1a2a6cce8088392e766ac585eaaeab156e54b (patch) | |
tree | 9bc2498aeb5c24188af5c87a9e4c5f1b3b8db5b0 /x11 | |
parent | f05050cf36ac0856e1e47bcdcd9823f1ec190351 (diff) | |
download | pkgsrc-acf1a2a6cce8088392e766ac585eaaeab156e54b.tar.gz |
Update to 1.0.5:
This minor maintenance release cleans up the build configuration scripts,
including making them compatible with automake-1.13, which errors out on
the old AM_CONFIG_HEADER macro.
Alan Coopersmith (4):
Remove dependency on libXaw
config: Add missing AC_CONFIG_SRCDIR
Remove Xaw mention from README
beforelight 1.0.5
Gaetan Nadon (4):
config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
man: remove trailing spaces and tabs
config: move man pages into their own directory
Diffstat (limited to 'x11')
-rw-r--r-- | x11/beforelight/Makefile | 4 | ||||
-rw-r--r-- | x11/beforelight/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/beforelight/Makefile b/x11/beforelight/Makefile index 626362b858e..42c7f2fa3f0 100644 --- a/x11/beforelight/Makefile +++ b/x11/beforelight/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2012/10/29 05:06:08 asau Exp $ +# $NetBSD: Makefile,v 1.9 2013/01/21 13:28:13 wiz Exp $ # -DISTNAME= beforelight-1.0.4 +DISTNAME= beforelight-1.0.5 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/beforelight/distinfo b/x11/beforelight/distinfo index f998f6e4dc1..07a366514a2 100644 --- a/x11/beforelight/distinfo +++ b/x11/beforelight/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2012/06/03 17:55:03 wiz Exp $ +$NetBSD: distinfo,v 1.5 2013/01/21 13:28:13 wiz Exp $ -SHA1 (beforelight-1.0.4.tar.bz2) = 010e152dfdf3b279b9ba249fb3bf39d7243da027 -RMD160 (beforelight-1.0.4.tar.bz2) = 3feaf9b8e3b352e594009babc617ac10bc66d6a8 -Size (beforelight-1.0.4.tar.bz2) = 108254 bytes +SHA1 (beforelight-1.0.5.tar.bz2) = c019342dd3e7071d944b6efae5b3e058d77f46be +RMD160 (beforelight-1.0.5.tar.bz2) = 3dbb5f12f9b62396647c5d22429f73f8e8a52d9f +Size (beforelight-1.0.5.tar.bz2) = 119358 bytes |