[62772] trunk/dports/security/cracklib-words/Portfile

nox at macports.org nox at macports.org
Sat Jan 16 19:17:07 PST 2010


Revision: 62772
          http://trac.macports.org/changeset/62772
Author:   nox at macports.org
Date:     2010-01-16 19:17:05 -0800 (Sat, 16 Jan 2010)
Log Message:
-----------
Update cracklib-words to 20080507 (#23258)

The dictionary is now installed in `${prefix}/share/cracklib`, where
belongs cracklib's own small dict.

Modified Paths:
--------------
    trunk/dports/security/cracklib-words/Portfile

Modified: trunk/dports/security/cracklib-words/Portfile
===================================================================
--- trunk/dports/security/cracklib-words/Portfile	2010-01-17 03:16:52 UTC (rev 62771)
+++ trunk/dports/security/cracklib-words/Portfile	2010-01-17 03:17:05 UTC (rev 62772)
@@ -5,8 +5,7 @@
 PortSystem 1.0
 
 name             cracklib-words
-version          1.2
-revision         1
+version          20080507
 categories       security
 maintainers      theonelab.com:june
 description      Wordlists for cracklib
@@ -26,20 +25,21 @@
 platforms        darwin
 
 master_sites     sourceforge:cracklib
-checksums        md5 3676a8707720a809580fd206c241c56d \
-                 sha1 810363b02d404f1a0e835934cba3af35623e2551 \
-                 rmd160 f63e057bdcc2636b2e5f9e3add7f72e04598a455
+checksums        md5     7fa6ba0cd50e7f9ccaf4707c810b14f1 \
+                 sha1    e0cea03e505e709b15b8b950d56cb493166607da \
+                 rmd160  9005c24c58feb8cdbfe958cd942293e4ff1e23be
 
 extract.mkdir    yes
 extract.suffix   .gz
-extract.post_args "| cat > ${worksrcpath}/${name}"
+extract.post_args | cat > ${worksrcpath}/${name}
 
 use_configure    no
 build     { }
 
 destroot  {
-    xinstall -d -m 0755 ${destroot}${prefix}/share/dict
-    xinstall -m 0644 ${worksrcpath}/${name} ${destroot}/${prefix}/share/dict
+    xinstall -d ${destroot}${prefix}/share/cracklib
+    xinstall -m 644 ${worksrcpath}/${name} ${destroot}/${prefix}/share/cracklib
 }
 
 livecheck.distname  ${name}
+livecheck.version   [string range ${version} 0 3]-[string range ${version} 4 5]-[string range ${version} 6 7]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100116/c0d54d84/attachment.html>


More information about the macports-changes mailing list