aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormandree <mandree@FreeBSD.org>2011-03-21 23:55:15 +0800
committermandree <mandree@FreeBSD.org>2011-03-21 23:55:15 +0800
commit9f9174dc31c98c5aa7e6837ddee11d4cb1f02cad (patch)
tree96d5ca52b9a943ec5b6e26b8cd42acfa3bf9220c
parent9b4a38f35761ecda28ce79ef741df28106ad358b (diff)
downloadfreebsd-ports-graphics-9f9174dc31c98c5aa7e6837ddee11d4cb1f02cad.tar.gz
freebsd-ports-graphics-9f9174dc31c98c5aa7e6837ddee11d4cb1f02cad.tar.zst
freebsd-ports-graphics-9f9174dc31c98c5aa7e6837ddee11d4cb1f02cad.zip
Use immediate assignment when copying BUILD_DEPENDS to RUN_DEPENDS,
per the revised porter's handbook. Remove MD5 checksum from distinfo. PR: 154896
-rw-r--r--textproc/xmlto/Makefile2
-rw-r--r--textproc/xmlto/distinfo1
2 files changed, 1 insertions, 2 deletions
diff --git a/textproc/xmlto/Makefile b/textproc/xmlto/Makefile
index bc070ac3b32..8a306d50479 100644
--- a/textproc/xmlto/Makefile
+++ b/textproc/xmlto/Makefile
@@ -21,7 +21,7 @@ BUILD_DEPENDS= ${BASH_CMD}:${PORTSDIR}/shells/bash \
paperconf:${PORTSDIR}/print/libpaper \
w3m:${PORTSDIR}/www/w3m \
${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS:= ${BUILD_DEPENDS}
MAKE_JOBS_UNSAFE= yes
diff --git a/textproc/xmlto/distinfo b/textproc/xmlto/distinfo
index d9dcb905fe8..62c060d3e11 100644
--- a/textproc/xmlto/distinfo
+++ b/textproc/xmlto/distinfo
@@ -1,3 +1,2 @@
-MD5 (xmlto-0.0.23.tar.bz2) = 3001d6bb2bbc2c8f6c2301f05120f074
SHA256 (xmlto-0.0.23.tar.bz2) = a9ffb2760ded55924708cf42f575aaa87cf38fce4d9019ad287213303a8cb1c4
SIZE (xmlto-0.0.23.tar.bz2) = 105201