converters/libiconv: sync with upstream

Taken from: FreeBSD
This commit is contained in:
Franco Fichtner 2022-07-28 13:37:15 +02:00
parent cafc4bb479
commit 7d9c127859
3 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
PORTNAME= libiconv PORTNAME= libiconv
PORTVERSION= 1.16 PORTVERSION= 1.17
CATEGORIES= converters devel CATEGORIES= converters devel
MASTER_SITES= GNU MASTER_SITES= GNU

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1569891121 TIMESTAMP = 1655671090
SHA256 (libiconv-1.16.tar.gz) = e6a1b1b589654277ee790cce3734f07876ac4ccfaecbee8afa0b649cf529cc04 SHA256 (libiconv-1.17.tar.gz) = 8f74213b56238c85a50a5329f77e06198771e70dd9a739779f4c02f65d971313
SIZE (libiconv-1.16.tar.gz) = 5166734 SIZE (libiconv-1.17.tar.gz) = 5413283

View file

@ -5,7 +5,7 @@
#define _LIBICONV_H #define _LIBICONV_H
+#ifndef LIBICONV_PLUG +#ifndef LIBICONV_PLUG
#define _LIBICONV_VERSION 0x0110 /* version number: (major<<8) + minor */ #define _LIBICONV_VERSION 0x0111 /* version number: (major<<8) + minor */
extern @DLL_VARIABLE@ int _libiconv_version; /* Likewise */ extern @DLL_VARIABLE@ int _libiconv_version; /* Likewise */
+#endif +#endif