[26543] trunk/base/src

source_changes at macosforge.org source_changes at macosforge.org
Wed Jun 27 23:56:47 PDT 2007


Revision: 26543
          http://trac.macosforge.org/projects/macports/changeset/26543
Author:   jmpp at macports.org
Date:     2007-06-27 23:56:47 -0700 (Wed, 27 Jun 2007)

Log Message:
-----------

Install the new srpm target file and hook the target as an action_target in port(1) so that it can actually be called from the command line.

Modified Paths:
--------------
    trunk/base/src/package1.0/Makefile
    trunk/base/src/port/port.tcl

Modified: trunk/base/src/package1.0/Makefile
===================================================================
--- trunk/base/src/package1.0/Makefile	2007-06-28 05:37:54 UTC (rev 26542)
+++ trunk/base/src/package1.0/Makefile	2007-06-28 06:56:47 UTC (rev 26543)
@@ -1,7 +1,7 @@
 INSTALLDIR=	${DESTDIR}${datadir}/macports/Tcl/package1.0
 
 SRCS=	package.tcl portdmg.tcl portmpkg.tcl portpkg.tcl portrpm.tcl \
-	portdpkg.tcl portunarchive.tcl portarchive.tcl
+	portsrpm.tcl portdpkg.tcl portunarchive.tcl portarchive.tcl
 
 include ../../Mk/macports.autoconf.mk
 

Modified: trunk/base/src/port/port.tcl
===================================================================
--- trunk/base/src/port/port.tcl	2007-06-28 05:37:54 UTC (rev 26542)
+++ trunk/base/src/port/port.tcl	2007-06-28 06:56:47 UTC (rev 26543)
@@ -2219,6 +2219,7 @@
 	mpkg		action_target
 	pkg			action_target
 	rpm	        action_target
+        srpm            action_target
 
 	quit		action_exit
 	exit		action_exit

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070627/9deefa33/attachment.html


More information about the macports-changes mailing list