diff options
author | stefan <stefan@FreeBSD.org> | 2010-11-10 00:04:56 +0800 |
---|---|---|
committer | stefan <stefan@FreeBSD.org> | 2010-11-10 00:04:56 +0800 |
commit | 49dc3c0c2a6b12d686717325acb51fce35856dae (patch) | |
tree | 5f783ac73e686b940f5eecf28c96c5d9ba3a70a4 /devel/monotone | |
parent | 6530f924f0bac4af397f15dac63af671f9fbab68 (diff) | |
download | freebsd-ports-gnome-49dc3c0c2a6b12d686717325acb51fce35856dae.tar.gz freebsd-ports-gnome-49dc3c0c2a6b12d686717325acb51fce35856dae.tar.zst freebsd-ports-gnome-49dc3c0c2a6b12d686717325acb51fce35856dae.zip |
Update to 0.99.1.
PR: 151901
Submitted by: maintainer
Diffstat (limited to 'devel/monotone')
-rw-r--r-- | devel/monotone/Makefile | 5 | ||||
-rw-r--r-- | devel/monotone/distinfo | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/monotone/Makefile b/devel/monotone/Makefile index 821bc2ed43ca..c085fdb223ce 100644 --- a/devel/monotone/Makefile +++ b/devel/monotone/Makefile @@ -6,7 +6,7 @@ # PORTNAME= monotone -PORTVERSION= 0.48.1 +PORTVERSION= 0.99.1 CATEGORIES= devel MASTER_SITES= http://www.monotone.ca/downloads/${PORTVERSION}/ @@ -38,6 +38,7 @@ PLIST_FILES= bin/mtn bin/mtnopt share/zsh/site-functions/_mtn \ "@dirrmtry share/zsh" .if !defined(NO_INSTALL_MANPAGES) INFO= monotone +MAN1= mtn.1 .endif PORTDOCS= * @@ -66,7 +67,7 @@ post-patch: ${REINPLACE_CMD} -Ee '/^install-data-am:/,/^$$/s/install-html(figure|image)?DATA //g' ${WRKSRC}/Makefile.in .endif .if defined(NO_INSTALL_MANPAGES) - ${REINPLACE_CMD} -e '/^install-data-am:/,/^$$/s/\([[:space:]]*\)install-info-am/\1/' ${WRKSRC}/Makefile.in + ${REINPLACE_CMD} -Ee '/^install-data-am:/,/^$$/s/([[:space:]]*)install-(info-am|man)/\1/' ${WRKSRC}/Makefile.in .endif post-install: diff --git a/devel/monotone/distinfo b/devel/monotone/distinfo index f2ad4bb6db5d..6f8b4fe93046 100644 --- a/devel/monotone/distinfo +++ b/devel/monotone/distinfo @@ -1,3 +1,2 @@ -MD5 (monotone-0.48.1.tar.gz) = b5fa9e3b02ca3dcaf58fb7a2519ef956 -SHA256 (monotone-0.48.1.tar.gz) = e5ab4917866d2c597f99577554549b7c4cda9895be7a5dd0469f1c7798fe3c10 -SIZE (monotone-0.48.1.tar.gz) = 4868557 +SHA256 (monotone-0.99.1.tar.gz) = 204ebb12f36599ac4c105ae5bf45edd7da13a4e57dc45f31789634fc8c2b30a1 +SIZE (monotone-0.99.1.tar.gz) = 4940291 |