aboutsummaryrefslogtreecommitdiff
path: root/mail/usendmail
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2009-11-28 14:58:57 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2009-11-28 14:58:57 +0000
commit8a10c7461eae74695d9a6388f4561d2e18afd10e (patch)
treea01615bb0058d464ebaca306e336470a095eb095 /mail/usendmail
parentb028819216990d56217fb5885a46170212e80688 (diff)
downloadports-8a10c7461eae74695d9a6388f4561d2e18afd10e.tar.gz
ports-8a10c7461eae74695d9a6388f4561d2e18afd10e.zip
Notes
Diffstat (limited to 'mail/usendmail')
-rw-r--r--mail/usendmail/Makefile2
-rw-r--r--mail/usendmail/files/patch-src_typesize.sh11
2 files changed, 12 insertions, 1 deletions
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