diff --git a/mail/usendmail/Makefile b/mail/usendmail/Makefile index b6cc445cee10..bdb4e9b29266 100644 --- a/mail/usendmail/Makefile +++ b/mail/usendmail/Makefile @@ -7,7 +7,7 @@ PORTNAME= usendmail PORTVERSION= 0.1.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://www.ohse.de/uwe/usendmail/ diff --git a/mail/usendmail/files/patch-src_typesize.sh b/mail/usendmail/files/patch-src_typesize.sh new file mode 100644 index 000000000000..34a52947ccd5 --- /dev/null +++ b/mail/usendmail/files/patch-src_typesize.sh @@ -0,0 +1,11 @@ +--- src/typesize.sh.orig 2009-11-22 19:02:59.000000000 +0100 ++++ src/typesize.sh 2009-11-22 19:04:28.000000000 +0100 +@@ -21,7 +21,7 @@ + : + else + x=$? +- p=`echo $i | sed 's/ /_/g' | tr "[a-z]]" "[A-Z]"` ++ p=`echo $i | sed 's/ /_/g' | tr "[:lower:]" "[:upper:]"` + echo "#define SIZEOF_$p $x" + fi + fi