[32353] trunk/base

jmpp at macports.org jmpp at macports.org
Wed Dec 26 23:35:24 PST 2007


Revision: 32353
          http://trac.macosforge.org/projects/macports/changeset/32353
Author:   jmpp at macports.org
Date:     2007-12-26 23:35:22 -0800 (Wed, 26 Dec 2007)

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

$(find . -type f \! -path "*.svn/*" | xargs grep -nH mp_version) assures me nothing else but macports::selfupdate and macports::version
reads the ${prefix}/etc/macports/mp_version installed file, and I've already taken care of those to to read $macports::autoconf::macports_version
for our version number instead, so lets not install the base/config/mp_version file anymore.

Note that base/config/mp_version cannot disappear from svn, though, as that's what's read by macports::selfupdate to determine if the
selfupdate'd sources are newer that what's installed.

BRAINSTORM: After this commit, the ${prefix}/etc/macports/mp_version installed file is going to stall and thus might confuse people,
so should we delete it upon installing a new release?

Modified Paths:
--------------
    trunk/base/Makefile.in
    trunk/base/portmgr/freebsd/pkg-plist

Removed Paths:
-------------
    trunk/base/config/Makefile

Modified: trunk/base/Makefile.in
===================================================================
--- trunk/base/Makefile.in	2007-12-27 07:06:28 UTC (rev 32352)
+++ trunk/base/Makefile.in	2007-12-27 07:35:22 UTC (rev 32353)
@@ -1,6 +1,6 @@
 # $Id$
 
-SUBDIR		= config doc src
+SUBDIR		= doc src
 DISTDIR		= dist
 DISTVER		=
 DISTTAG		= release_${subst .,_,${DISTVER}}

Deleted: trunk/base/config/Makefile
===================================================================
--- trunk/base/config/Makefile	2007-12-27 07:06:28 UTC (rev 32352)
+++ trunk/base/config/Makefile	2007-12-27 07:35:22 UTC (rev 32353)
@@ -1,13 +0,0 @@
-include ../Mk/macports.autoconf.mk
-
-all:
-
-clean:
-
-test:
-
-distclean: clean
-
-install::
-	$(INSTALL) -d -o ${DSTUSR} -g ${DSTGRP} -m ${DSTMODE} ${DESTDIR}${mpconfigdir}
-	$(INSTALL) -o ${DSTUSR} -g ${DSTGRP} -m 644 mp_version ${DESTDIR}${mpconfigdir}

Modified: trunk/base/portmgr/freebsd/pkg-plist
===================================================================
--- trunk/base/portmgr/freebsd/pkg-plist	2007-12-27 07:06:28 UTC (rev 32352)
+++ trunk/base/portmgr/freebsd/pkg-plist	2007-12-27 07:35:22 UTC (rev 32353)
@@ -2,7 +2,6 @@
 bin/portf
 bin/portindex
 bin/portmirror
-etc/macports/mp_version
 etc/macports/macports.conf
 etc/macports/sources.conf
 etc/macports/variants.conf

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


More information about the macports-changes mailing list