[26550] trunk/base
source_changes at macosforge.org
source_changes at macosforge.org
Thu Jun 28 00:34:21 PDT 2007
Revision: 26550
http://trac.macosforge.org/projects/macports/changeset/26550
Author: afb at macports.org
Date: 2007-06-28 00:34:21 -0700 (Thu, 28 Jun 2007)
Log Message:
-----------
document rpm/srpm targets
Modified Paths:
--------------
trunk/base/ChangeLog
trunk/base/src/port/port.1
Modified: trunk/base/ChangeLog
===================================================================
--- trunk/base/ChangeLog 2007-06-28 07:23:46 UTC (rev 26549)
+++ trunk/base/ChangeLog 2007-06-28 07:34:21 UTC (rev 26550)
@@ -6,6 +6,11 @@
(unreleased)
+ - The "rpmpackage" target was renamed to "rpm", and a new target "srpm" added
+ that allows packaging a Portfile (and files/distfiles) up as a source package.
+ Upgraded RPM to version 4.4.9 and changed OpenDarwin/DarwinPorts to MacPorts.
+ The default build location is now /opt/local/src/macports instead of "apple".
+
- Fixed a potential crasher in the delete command (ticket #12149, eridius r26397).
- gnustep portgroup for gnustep-make-2.0 (yves r26266).
Modified: trunk/base/src/port/port.1
===================================================================
--- trunk/base/src/port/port.1 2007-06-28 07:23:46 UTC (rev 26549)
+++ trunk/base/src/port/port.1 2007-06-28 07:34:21 UTC (rev 26550)
@@ -488,8 +488,14 @@
Creates an internet-enabled disk image containing an OS X package of
.Ar portname .
.Ss rpm
-Creates an RPM package of
+Creates an RPM binary package of
.Ar portname .
+.Ss srpm
+Creates a SRPM source package of
+.Ar portname .
+.Ss dpkg
+Creates a DEB binary package of
+.Ar portname .
.Sh EXAMPLES
The following demonstrates invoking
.Nm
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070628/d4a3e62d/attachment.html
More information about the macports-changes
mailing list