diff options
author | wiz <wiz@pkgsrc.org> | 2013-01-21 13:19:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-01-21 13:19:53 +0000 |
commit | 084af89d550bbc37772aa20c9ea2f4ac499623a1 (patch) | |
tree | a12d5b8b87b289323a07aeca94213cb9bcc9f006 /x11/xmag/Makefile | |
parent | da127b3051371bbbbeb1f6da8f2cfccc43ef9896 (diff) | |
download | pkgsrc-084af89d550bbc37772aa20c9ea2f4ac499623a1.tar.gz |
Update to 1.0.5:
This minor maintenance release includes general cleanups, including
making the build configuration scripts compatible with automake-1.13,
which errors out on the old AM_CONFIG_HEADER macro.
Alan Coopersmith (3):
Remove obsolete ISC support
Use lrint() from math library if available
xmag 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/xmag/Makefile')
-rw-r--r-- | x11/xmag/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xmag/Makefile b/x11/xmag/Makefile index 53ce8da9ec2..3f8e544e910 100644 --- a/x11/xmag/Makefile +++ b/x11/xmag/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2012/10/29 05:07:15 asau Exp $ +# $NetBSD: Makefile,v 1.10 2013/01/21 13:19:53 wiz Exp $ # -DISTNAME= xmag-1.0.4 +DISTNAME= xmag-1.0.5 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 |