Ticket #5290: patch-Portfile

File patch-Portfile, 644 bytes (added by mww@…, 18 years ago)

patch mail/imap-uw/Portfile

Line 
1--- Portfile    2005-10-07 14:52:14.000000000 +0200
2+++ Portfile.new        2005-10-07 14:51:57.000000000 +0200
3@@ -2,7 +2,7 @@
4 PortSystem             1.0
5 
6 name                   imap-uw
7-version                        2004c1
8+version                        2004g
9 categories             mail
10 maintainers            mij@opendarwin.org
11 description            University of Washington IMAP daemon
12@@ -19,7 +19,7 @@
13 
14 distname               imap-${version}
15 extract.suffix         .tar.Z
16-checksums              md5 f0a1a2abfa4b1ed8074ce023724416f3
17+checksums              md5 9a80f58d8d6a0979c13714ae69050020
18 
19 use_configure          no
20 
21@@ -127,8 +127,3 @@
22        }
23 }
24 
25-variant devel {
26-       version         2004a.DEV.SNAP-0405261606
27-       distname        imap-${version}
28-       checksums       md5 2aa85954a1c83ccebb97f2ee2992ec76
29-}