Skip to content

Commit

Permalink
util-macros: bump to 1.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alarcher committed Mar 6, 2018
1 parent d9278a6 commit 7326bf1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions components/x11/util-macros/Makefile
Expand Up @@ -16,15 +16,15 @@
include ../../../make-rules/shared-macros.mk

COMPONENT_NAME= util-macros
COMPONENT_VERSION= 1.19.1
COMPONENT_VERSION= 1.19.2
COMPONENT_FMRI= developer/build/autoconf/xorg-macros
COMPONENT_SUMMARY= GNU autoconf macros for X.Org software packages
COMPONENT_PROJECT_URL = https://x.org
COMPONENT_CLASSIFICATION= Development/X11
COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_HASH= \
sha256:472ad0e41d1e0abf5ecafd29460bf1b8d47e53d4b7d3abf1f66d02dc576547b8
sha256:9225c45c3de60faf971979a55a5536f3562baa4b6f02246c23e98ac0c09a75b7
COMPONENT_ARCHIVE_URL= \
http://ftp.x.org/pub/individual/util/$(COMPONENT_ARCHIVE)
COMPONENT_LICENSE= MIT License
Expand Down
6 changes: 3 additions & 3 deletions components/x11/util-macros/patches/configure.ac.patch
@@ -1,12 +1,12 @@
--- util-macros-1.19.1/configure.ac.orig 2017-01-29 20:23:44.000000000 +0100
+++ util-macros-1.19.1/configure.ac 2017-01-30 04:39:48.117896370 +0100
--- util-macros-1.19.2/configure.ac.orig 2018-03-05 19:07:23.998065704 +0000
+++ util-macros-1.19.2/configure.ac 2018-03-05 19:07:45.498845440 +0000
@@ -22,10 +22,10 @@
dnl Process this file with autoconf to create configure.

AC_PREREQ([2.62])
-AC_INIT([util-macros],
+AC_INIT([xorg-macros],
[1.19.1],
[1.19.2],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
- [util-macros])
+ [xorg-macros])
Expand Down

0 comments on commit 7326bf1

Please sign in to comment.