Date: Wed, 19 Dec 2012 22:17:36 +0000 (UTC) From: Ruslan Mahmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309270 - head/devel/mercurial Message-ID: <201212192217.qBJMHa5D098922@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rm Date: Wed Dec 19 22:17:36 2012 New Revision: 309270 URL: http://svnweb.freebsd.org/changeset/ports/309270 Log: - update to 2.4.1 - add an option to install CA certificates (like devel/bzr do) as it was requested on python@ some time ago changelog: http://mercurial.selenic.com/wiki/WhatsNew#Mercurial_2.4.1_.282012-12-03.29 Modified: head/devel/mercurial/Makefile head/devel/mercurial/distinfo Modified: head/devel/mercurial/Makefile ============================================================================== --- head/devel/mercurial/Makefile Wed Dec 19 21:51:14 2012 (r309269) +++ head/devel/mercurial/Makefile Wed Dec 19 22:17:36 2012 (r309270) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mercurial -PORTVERSION= 2.4 +PORTVERSION= 2.4.1 CATEGORIES= devel python MASTER_SITES= http://mercurial.selenic.com/release/ @@ -14,7 +14,8 @@ LICENSE= GPLv2 USE_PYTHON= -2.7 USE_PYDISTUTILS=yes -OPTIONS_DEFINE= NLS +OPTIONS_DEFINE= CA_BUNDLE NLS +CA_BUNDLE_DESC= Install CA Certificates CONTRIB_FILES= bash_completion \ casesmash.py \ @@ -70,6 +71,10 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch- PLIST_SUB+= NLS="@comment " .endif +.if ${PORT_OPTIONS:MCA_BUNDLE} +RUN_DEPENDS+= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss +.endif + post-install: ${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${PREFIX}/man/man1/ ${INSTALL_MAN} ${WRKSRC}/doc/*.5 ${PREFIX}/man/man5/ Modified: head/devel/mercurial/distinfo ============================================================================== --- head/devel/mercurial/distinfo Wed Dec 19 21:51:14 2012 (r309269) +++ head/devel/mercurial/distinfo Wed Dec 19 22:17:36 2012 (r309270) @@ -1,2 +1,2 @@ -SHA256 (mercurial-2.4.tar.gz) = 388785358881ceb4409baa1b8180c2c84d5f354ea8cef18923dd49100cd52103 -SIZE (mercurial-2.4.tar.gz) = 3607276 +SHA256 (mercurial-2.4.1.tar.gz) = d18c8a139fc20bd38584e87d09878b61e4311a5ba67bf36f7fa915068722cf8c +SIZE (mercurial-2.4.1.tar.gz) = 3609245
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212192217.qBJMHa5D098922>