[29261] trunk/dports/mail/ssmtp
source_changes at macosforge.org
source_changes at macosforge.org
Wed Sep 19 08:33:23 PDT 2007
Revision: 29261
http://trac.macosforge.org/projects/macports/changeset/29261
Author: markd at macports.org
Date: 2007-09-19 08:33:21 -0700 (Wed, 19 Sep 2007)
Log Message:
-----------
Update to 2.61 to fix missing tarball.
Modified Paths:
--------------
trunk/dports/mail/ssmtp/Portfile
trunk/dports/mail/ssmtp/files/patch-generate_config
Modified: trunk/dports/mail/ssmtp/Portfile
===================================================================
--- trunk/dports/mail/ssmtp/Portfile 2007-09-19 15:21:43 UTC (rev 29260)
+++ trunk/dports/mail/ssmtp/Portfile 2007-09-19 15:33:21 UTC (rev 29261)
@@ -2,7 +2,7 @@
PortSystem 1.0
name ssmtp
-version 2.60.4
+version 2.61
distname ${name}_${version}
categories mail
maintainers olaf at foellinger.de
@@ -15,13 +15,14 @@
platforms darwin freebsd
master_sites http://ftp.debian.org/debian/pool/main/s/${name}/ \
ftp://ftp.icm.edu.pl/pub/Linux/debian/pool/main/s/${name}/
-checksums md5 88fff70f14a001e09b713aa6326162cf
-worksrcdir ${name}-2.60
+distfiles ${name}_${version}.orig${extract.suffix}
+checksums ${name}_${version}.orig${extract.suffix} md5 957e6fff08625fe34f4fc33d0925bbc9
+worksrcdir ${name}-${version}
patchfiles patch-ssmtp.c patch-generate_config patch-Makefile.in
build.type gnu
-pre-patch {file delete -force ${worksrcpath}/RCS
- system "chmod u+w ${worksrcpath}/Makefile.in"}
+#patch_sites ${master_sites}
+#patchfiles ${name}_2.61-12.1.diff.gz
destroot.destdir prefix=${destroot}${prefix} \
mandir=${destroot}${prefix}/share/man/man8
Modified: trunk/dports/mail/ssmtp/files/patch-generate_config
===================================================================
--- trunk/dports/mail/ssmtp/files/patch-generate_config 2007-09-19 15:21:43 UTC (rev 29260)
+++ trunk/dports/mail/ssmtp/files/patch-generate_config 2007-09-19 15:33:21 UTC (rev 29261)
@@ -1,11 +1,11 @@
--- generate_config.old Sun Feb 1 22:27:25 2004
+++ generate_config Sun Feb 1 22:28:02 2004
@@ -15,7 +15,6 @@
- echo "The default is $syshostname, your system's host name."
- echo
- echo -n "Mail name [$syshostname]: "
-- read mailname
- echo
+ echo "The default is $syshostname, your system's host name."
+ echo
+ echo -n "Mail name [$syshostname]: "
+-read mailname
+ echo
if test -z "$mailname"
@@ -27,7 +26,6 @@
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070919/f76c2bb2/attachment.html
More information about the macports-changes
mailing list