[121782] trunk/dports/devel/idutils

ryandesign at macports.org ryandesign at macports.org
Mon Jul 7 18:13:31 PDT 2014


Revision: 121782
          https://trac.macports.org/changeset/121782
Author:   ryandesign at macports.org
Date:     2014-07-07 18:13:30 -0700 (Mon, 07 Jul 2014)
Log Message:
-----------
idutils: update to 4.6 (#44229)

Modified Paths:
--------------
    trunk/dports/devel/idutils/Portfile

Added Paths:
-----------
    trunk/dports/devel/idutils/files/patch-lisp-idutils.el.diff

Removed Paths:
-------------
    trunk/dports/devel/idutils/files/patch-lisp-idutils.el
    trunk/dports/devel/idutils/files/patch-src-Makefile.in

Modified: trunk/dports/devel/idutils/Portfile
===================================================================
--- trunk/dports/devel/idutils/Portfile	2014-07-08 01:08:59 UTC (rev 121781)
+++ trunk/dports/devel/idutils/Portfile	2014-07-08 01:13:30 UTC (rev 121782)
@@ -3,7 +3,7 @@
 PortSystem       1.0
 
 name             idutils
-version          4.2
+version             4.6
 categories       devel
 maintainers      hotmail.com:yanjingfeng
 description      The classic Berkeley gid/lid tools for looking up variables in code
@@ -30,20 +30,20 @@
 platforms        darwin
 
 master_sites     gnu
+use_xz              yes
 
-checksums        md5 4bbd2cb0d566ab29e41088cc028ad710 \
-                 sha1 306f6e296768d494d771777647c04c8ceed66c1f \
-				 rmd160 cddc6ac3d26f8a836a4d8c5d7111b4439095abe8
+checksums           rmd160  9b136e5bedf04183a631c1c7642c7982deb5016d \
+                    sha256  8181f43a4fb62f6f0ccf3b84dbe9bec71ecabd6dfdcf49c6b5584521c888aac2
 
-patchfiles       patch-src-Makefile.in \
-                 patch-lisp-idutils.el
+patchfiles          patch-lisp-idutils.el.diff
 
 depends_lib      port:gettext \
                  port:gmake \
                  port:libiconv
 
-post-patch {
-	file copy ${workpath}/${worksrcdir}/src/gid ${workpath}/${worksrcdir}/src/gid32
+configure.args      --disable-silent-rules
+
+post-destroot {
+    move ${destroot}${prefix}/bin/gid ${destroot}${prefix}/bin/gid32
+    move ${destroot}${prefix}/share/man/man1/gid.1 ${destroot}${prefix}/share/man/man1/gid32.1
 }
-
-configure.args      --infodir=${prefix}/share/info

Deleted: trunk/dports/devel/idutils/files/patch-lisp-idutils.el
===================================================================
--- trunk/dports/devel/idutils/files/patch-lisp-idutils.el	2014-07-08 01:08:59 UTC (rev 121781)
+++ trunk/dports/devel/idutils/files/patch-lisp-idutils.el	2014-07-08 01:13:30 UTC (rev 121782)
@@ -1,11 +0,0 @@
---- lisp/idutils.el.orig	2008-04-27 23:02:05.000000000 -0700
-+++ lisp/idutils.el	2008-04-27 23:04:26.000000000 -0700
-@@ -34,7 +34,7 @@
- (require 'compile)
- (provide 'idutils)
- 
--(defvar gid-command "gid" "The command run by the gid function.")
-+(defvar gid-command "gid32" "The command run by the gid function.")
- 
- (defun gid (args)
-   "Run gid, with user-specified ARGS, and collect output in a buffer.

Copied: trunk/dports/devel/idutils/files/patch-lisp-idutils.el.diff (from rev 121778, trunk/dports/devel/idutils/files/patch-lisp-idutils.el)
===================================================================
--- trunk/dports/devel/idutils/files/patch-lisp-idutils.el.diff	                        (rev 0)
+++ trunk/dports/devel/idutils/files/patch-lisp-idutils.el.diff	2014-07-08 01:13:30 UTC (rev 121782)
@@ -0,0 +1,11 @@
+--- lisp/idutils.el.orig	2012-01-01 03:16:06.000000000 -0600
++++ lisp/idutils.el	2014-07-06 19:20:04.000000000 -0500
+@@ -32,7 +32,7 @@
+ (require 'compile)
+ (require 'thingatpt)
+ 
+-(defvar gid-command "gid" "The command run by the gid function.")
++(defvar gid-command "gid32" "The command run by the gid function.")
+ 
+ (defvar gid-mode-font-lock-keywords
+   '(("^\\(Compilation\\|Gid\\) \\(started\\|finished\\).*"

Deleted: trunk/dports/devel/idutils/files/patch-src-Makefile.in
===================================================================
--- trunk/dports/devel/idutils/files/patch-src-Makefile.in	2014-07-08 01:08:59 UTC (rev 121781)
+++ trunk/dports/devel/idutils/files/patch-src-Makefile.in	2014-07-08 01:13:30 UTC (rev 121782)
@@ -1,11 +0,0 @@
---- src/Makefile.in.orig	2008-04-27 22:06:17.000000000 -0700
-+++ src/Makefile.in	2008-04-27 22:07:29.000000000 -0700
-@@ -260,7 +260,7 @@
- sharedstatedir = @sharedstatedir@
- sysconfdir = @sysconfdir@
- target_alias = @target_alias@
--dist_bin_SCRIPTS = eid aid gid defid
-+dist_bin_SCRIPTS = eid aid gid32 defid
- AM_CPPFLAGS = -I$(top_builddir)/intl \
-               -I$(top_srcdir)/lib \
-               -I$(top_srcdir)/libidu \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140707/b396c1c1/attachment-0001.html>


More information about the macports-changes mailing list