Skip to content

Commit

Permalink
Contribs: set the version and url variables consistently
Browse files Browse the repository at this point in the history
  • Loading branch information
jbkempf committed Apr 8, 2017
1 parent b5d1fb7 commit a0c931d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions contrib/src/gettext/rules.mak
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# gettext
GETTEXT_VERSION=0.19.8.1
GETTEXT_URL=$(GNU)/gettext/gettext-$(GETTEXT_VERSION).tar.gz
GETTEXT_VERSION := 0.19.8.1
GETTEXT_URL := $(GNU)/gettext/gettext-$(GETTEXT_VERSION).tar.gz

PKGS += gettext
ifneq ($(filter gnu%,$(subst -, ,$(HOST))),)
Expand Down
4 changes: 2 additions & 2 deletions contrib/src/iconv/rules.mak
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# libiconv
LIBICONV_VERSION=1.14
LIBICONV_URL=$(GNU)/libiconv/libiconv-$(LIBICONV_VERSION).tar.gz
LIBICONV_VERSION := 1.14
LIBICONV_URL := $(GNU)/libiconv/libiconv-$(LIBICONV_VERSION).tar.gz

PKGS += iconv
# iconv cannot be detect with pkg-config, but it is mandated by POSIX.
Expand Down
2 changes: 1 addition & 1 deletion contrib/src/libmpeg2/rules.mak
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# libmpeg2

LIBMPEG2_VERSION = 0.5.1
LIBMPEG2_VERSION := 0.5.1
LIBMPEG2_URL := http://libmpeg2.sourceforge.net/files/libmpeg2-$(LIBMPEG2_VERSION).tar.gz

ifdef GPL
Expand Down
2 changes: 1 addition & 1 deletion contrib/src/qt/rules.mak
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Qt

QT_VERSION = 5.6.2
QT_VERSION := 5.6.2
QT_URL := https://download.qt.io/official_releases/qt/5.6/$(QT_VERSION)/submodules/qtbase-opensource-src-$(QT_VERSION).tar.xz

ifdef HAVE_MACOSX
Expand Down

0 comments on commit a0c931d

Please sign in to comment.