Update to version 1.03.
This commit is contained in:
parent
77438771a9
commit
af72c5ac57
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=119482
3 changed files with 3 additions and 14 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= gettext
|
||||
PORTVERSION= 1.01
|
||||
PORTREVISION= 4
|
||||
PORTVERSION= 1.03
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Locale
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (gettext-1.01.tar.gz) = dce77a8733a0e88d8c5fb5bd86ec5f0a
|
||||
SIZE (gettext-1.01.tar.gz) = 3924
|
||||
MD5 (gettext-1.03.tar.gz) = 01cfb2ea29408eacc5da6bd2f88fe526
|
||||
SIZE (gettext-1.03.tar.gz) = 4064
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
--- gettext.xc.orig Tue Mar 16 15:26:42 2004
|
||||
+++ gettext.xs Tue Mar 16 15:27:04 2004
|
||||
@@ -2,6 +2,7 @@
|
||||
#include "perl.h"
|
||||
#include "XSUB.h"
|
||||
#include <string.h>
|
||||
+#include <libintl.h>
|
||||
|
||||
static double
|
||||
constant(name, arg)
|
Loading…
Reference in a new issue