Ticket #10638 (closed enhancement: fixed)
UPDATE: autoconf-2.60
| Reported by: | IngmarStein@… | Owned by: | yeled@… |
|---|---|---|---|
| Priority: | Low | Milestone: | |
| Component: | ports | Version: | 1.3.2 |
| Keywords: | autoconf update upgrade | Cc: | |
| Port: |
Description
The attached patch updates the autoconf Portfile for version 2.60.
Change History
comment:2 Changed 7 years ago by IngmarStein@…
Oh well, the patch is small enough to post it inline:
--- /opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/devel/autoconf/Portfile 2006-08-30 07:20:13.000000000 +0200
+++ devel/autoconf/Portfile 2006-09-01 22:49:13.000000000 +0200
@@ -2,7 +2,7 @@
PortSystem 1.0
name autoconf
-version 2.59
+version 2.60
categories devel
maintainers kevin@opendarwin.org
description Automatically configures software for compilation
@@ -18,7 +18,9 @@
platforms darwin
master_sites gnu
use_bzip2 yes
-checksums md5 1ee40f7a676b3cfdc0e3f7cd81551b5f
+checksums md5 019609c29d0cbd9110c38480304aafc8 \
+ sha1 b02c6f06ea0ae07dfa1c40d6ded36c2a02196dff \
+ rmd160 b981b5d39feb2de3cde4f41281afe6280e92cd05
configure.args --mandir=${prefix}/share/man \
--infodir=${prefix}/share/info
depends_run port:perl5.8
Note: See
TracTickets for help on using
tickets.


If only trac would let me attach the patch... [Errno 13] Permission denied: '/trac/env/macports/attachments/ticket/10638'
I'll try again later.