summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Wragg <dpw@lshift.net>2010-01-22 15:46:33 +0000
committerDavid Wragg <dpw@lshift.net>2010-01-22 15:46:33 +0000
commitae89fa66458946ff3fad466b5c27967e9bea13da (patch)
tree02522d09dfa4907561794e457ec102ff400d9252
parent2b3f363f537873f19560b34650f9e8044f7f5b1c (diff)
downloadrabbitmq-server-git-ae89fa66458946ff3fad466b5c27967e9bea13da.tar.gz
Leave 'hg stat' clean after macports packaging
-rw-r--r--.hgignore1
-rw-r--r--packaging/macports/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index ccd0b09f08..fd096dda5b 100644
--- a/.hgignore
+++ b/.hgignore
@@ -19,6 +19,7 @@ syntax: regexp
^packaging/RPMS/Fedora/(BUILD|RPMS|SOURCES|SPECS|SRPMS)$
^packaging/debs/Debian/rabbitmq-server_.*\.(dsc|(diff|tar)\.gz|deb|changes)$
^packaging/debs/apt-repository/debian$
+^packaging/macports/macports$
^packaging/generic-unix/rabbitmq-server-generic-unix-.*\.tar\.gz$
^packaging/windows/rabbitmq-server-windows-.*\.zip$
diff --git a/packaging/macports/Makefile b/packaging/macports/Makefile
index 53d27f9b49..4db305eb58 100644
--- a/packaging/macports/Makefile
+++ b/packaging/macports/Makefile
@@ -29,6 +29,7 @@ $(DEST)/Portfile: Portfile.in
done >checksums.sed
sed -e "s|@VERSION@|$(VERSION)|g;s|@BASE_URL@|$(REAL_WEB_URL)|g" \
-f checksums.sed <$^ >$@
+ rm checksums.sed
macports: dirs $(DEST)/Portfile
for f in rabbitmq-asroot-script-wrapper rabbitmq-script-wrapper ; do \