[34605] trunk/dports/sysutils/rpm-devel

afb at macports.org afb at macports.org
Fri Feb 29 00:42:18 PST 2008


Revision: 34605
          http://trac.macosforge.org/projects/macports/changeset/34605
Author:   afb at macports.org
Date:     2008-02-29 00:42:17 -0800 (Fri, 29 Feb 2008)

Log Message:
-----------
update snapshot

Modified Paths:
--------------
    trunk/dports/sysutils/rpm-devel/Portfile
    trunk/dports/sysutils/rpm-devel/files/patch-macros.in

Modified: trunk/dports/sysutils/rpm-devel/Portfile
===================================================================
--- trunk/dports/sysutils/rpm-devel/Portfile	2008-02-29 08:08:36 UTC (rev 34604)
+++ trunk/dports/sysutils/rpm-devel/Portfile	2008-02-29 08:42:17 UTC (rev 34605)
@@ -4,7 +4,7 @@
 
 name			rpm-devel
 version			5.1
-revision		2
+revision		3
 platforms		darwin freebsd linux
 categories		sysutils archivers
 maintainers		n3npq at mac.com afb at macports.org
@@ -17,9 +17,9 @@
 
 homepage		http://rpm5.org
 master_sites		${homepage}/files/rpm/rpm-5.1/SNAPSHOT
-set distdate		20080130
+set distdate		20080227
 distname		rpm-${version}.SNAPSHOT.${distdate}
-checksums		md5 f939e482089c7962c9dad037b5955acb
+checksums		md5 82a23802b3e6e56f11b89c19de4cadf2
 worksrcdir		${distname}
 #
 ### CVS source

Modified: trunk/dports/sysutils/rpm-devel/files/patch-macros.in
===================================================================
--- trunk/dports/sysutils/rpm-devel/files/patch-macros.in	2008-02-29 08:08:36 UTC (rev 34604)
+++ trunk/dports/sysutils/rpm-devel/files/patch-macros.in	2008-02-29 08:42:17 UTC (rev 34605)
@@ -1,6 +1,6 @@
 --- macros.in.orig	2007-11-11 17:59:37.000000000 +0100
-+++ macros.in	2007-11-11 21:16:12.000000000 +0100
-@@ -181,7 +181,7 @@
++++ macros.in	2008-02-29 09:25:14.000000000 +0100
+@@ -186,7 +186,7 @@
  %_dbpath_rebuild	%{_dbpath}
  
  #
@@ -9,7 +9,7 @@
  #	shadow tree.
  #
  #     A spec file can %%define _find_debuginfo_opts to pass options to
-@@ -304,7 +304,7 @@
+@@ -309,7 +309,7 @@
  
  #	The PATH put into the environment before running %pre/%post et al.
  #
@@ -18,16 +18,16 @@
  
  #	A colon separated list of desired locales to be installed;
  #	"all" means install all locale specific files.
-@@ -748,7 +748,7 @@
+@@ -771,7 +771,7 @@
  # Export package NEVRA (stamped with install tid) info for HRMIB on this path.
  #
  # XXX	Note: escaped %% for use in headerSprintf()
--#%_hrmib_path	/var/cache/hrmib/%%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}
-+#%_hrmib_path	@prefix@/var/cache/hrmib/%%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}
+-#%_hrmib_path	/var/cache/hrmib/%{___NVRA}
++#%_hrmib_path	@prefix@/var/cache/hrmib/%{___NVRA}
  
  #==============================================================================
  # ---- GPG/PGP/PGP5 signature macros.
-@@ -836,11 +836,11 @@
+@@ -859,13 +859,13 @@
  #	The path to the dependency universe database. The default value
  #	is the rpmdb-vendor location. The macro is usually defined in
  #	%{_etcrpm}/macros.solve, installed with the rpmdb-vendor package.
@@ -36,12 +36,14 @@
  
  #	The path to the dependency universe packages. This should
  #	be a path to the packages contained in the solve database.
+ #
+ # XXX	Note: needs a pesky trailing /
 -#%_solve_pkgsdir	/mnt/rpm/test/latest-i386/RedHat/RPMS/
-+#%_solve_pkgsdir	@prefix@/src/%{_vendor}/RPMS/ppc
++#%_solve_pkgsdir	@prefix@/src/%{_vendor}/RPMS/%{_arch}/
  
  #	The output binary package file name template used when suggesting
  #	binary packages that solve a dependency. The macro is usually defined
-@@ -986,7 +986,7 @@
+@@ -1024,7 +1024,7 @@
  %_rpmds_perldeps_cmd	%{__find} %{_libdir}/perl5 | %{_rpmhome}/perl.prov
  
  #
@@ -50,7 +52,7 @@
  
  #==============================================================================
  # ---- Cache configuration macros.
-@@ -1011,7 +1011,7 @@
+@@ -1049,7 +1049,7 @@
  %_bhA           %{nil}
  
  #	The cache database directory.
@@ -59,7 +61,7 @@
  
  #==============================================================================
  # ---- per-platform macros.
-@@ -1224,7 +1224,7 @@
+@@ -1283,7 +1283,7 @@
  %_lib			lib
  %_libdir		%{_exec_prefix}/%{_lib}
  %_includedir		%{_prefix}/include
@@ -68,7 +70,7 @@
  %_infodir		%{_prefix}/info
  %_mandir		%{_prefix}/man
  %_localedir		%{_datadir}/locale
-@@ -1489,7 +1489,7 @@
+@@ -1557,7 +1557,7 @@
  # Note: Used iff _use_internal_dependency_generator is non-zero. The
  # helpers are also used by %{_rpmhome}/rpmdeps {--provides|--requires}.
  %__java_provides	%{_rpmhome}/javadeps.sh --provides
@@ -77,7 +79,7 @@
  
  #------------------------------------------------------------------------
  # libtool(...) configuration.
-@@ -1499,7 +1499,7 @@
+@@ -1567,7 +1567,7 @@
  # Note: Used iff _use_internal_dependency_generator is non-zero. The
  # helpers are also used by %{_rpmhome}/rpmdeps {--provides|--requires}.
  %__libtool_provides	%{_rpmhome}/libtooldeps.sh --provides %{buildroot} %{name}
@@ -86,7 +88,7 @@
  
  #------------------------------------------------------------------------
  # pkgconfig(...) configuration.
-@@ -1509,7 +1509,7 @@
+@@ -1577,7 +1577,7 @@
  # Note: Used iff _use_internal_dependency_generator is non-zero. The
  # helpers are also used by %{_rpmhome}/rpmdeps {--provides|--requires}.
  %__pkgconfig_provides	%{_rpmhome}/pkgconfigdeps.sh --provides
@@ -95,7 +97,7 @@
  
  #------------------------------------------------------------------------
  # mono(...) configuration.
-@@ -1530,7 +1530,7 @@
+@@ -1598,7 +1598,7 @@
  # helpers are also used by %{_rpmhome}/rpmdeps {--provides|--requires}.
  #%__executable_provides	%{_rpmhome}/executabledeps.sh --provides
  #%__executable_requires	%{_rpmhome}/executabledeps.sh --requires

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080229/6cf50f2e/attachment-0001.html 


More information about the macports-changes mailing list