Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Sep 2013 19:32:39 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328852 - head/devel/mm-common
Message-ID:  <201309301932.r8UJWdVl080658@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Mon Sep 30 19:32:38 2013
New Revision: 328852
URL: http://svnweb.freebsd.org/changeset/ports/328852

Log:
  Update to 0.9.6.
  
  Use new lib_depend syntax, enable staging, USE_GMAKE => USES=gmake.
  
  Obtained from:	gnome dev repo (0.9.5).

Modified:
  head/devel/mm-common/Makefile
  head/devel/mm-common/distinfo
  head/devel/mm-common/pkg-plist

Modified: head/devel/mm-common/Makefile
==============================================================================
--- head/devel/mm-common/Makefile	Mon Sep 30 19:31:31 2013	(r328851)
+++ head/devel/mm-common/Makefile	Mon Sep 30 19:32:38 2013	(r328852)
@@ -1,24 +1,19 @@
-# Created by: Koop Mast<kwm@FreeBSD.org>
+# Created by: Koop Mast <kwm@FreeBSD.org>
 # $FreeBSD$
-#   $MCom: ports/devel/mm-common/Makefile,v 1.11 2010/05/03 00:54:20 avl Exp $
+#   $MCom: ports/trunk/devel/mm-common/Makefile 18610 2013-06-30 16:33:05Z marcus $
 
 PORTNAME=	mm-common
-PORTVERSION=	0.9.2
-PORTREVISION=	2
+PORTVERSION=	0.9.6
 CATEGORIES=	devel gnome
 MASTER_SITES=	GNOME
 
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Common build infrastructure for the GNOME C++ binding libraries
 
-LIB_DEPENDS=	curl:${PORTSDIR}/ftp/curl
+LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl
 
-USES=	pathfix
-USE_BZIP2=	yes
-USE_GMAKE=	yes
+USE_XZ=		yes
+USES=		gmake pathfix
 GNU_CONFIGURE=	yes
 
-MAN1=		mm-common-prepare.1
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/mm-common/distinfo
==============================================================================
--- head/devel/mm-common/distinfo	Mon Sep 30 19:31:31 2013	(r328851)
+++ head/devel/mm-common/distinfo	Mon Sep 30 19:32:38 2013	(r328852)
@@ -1,2 +1,2 @@
-SHA256 (mm-common-0.9.2.tar.bz2) = 6bcd2681c95f3250b60127a8690901c16efd4b456f8c21e0fe72a1a6a15d89fc
-SIZE (mm-common-0.9.2.tar.bz2) = 612396
+SHA256 (mm-common-0.9.6.tar.xz) = 7c37158a1f37604705a9b9305d3b335fb8256f5de701c8801269dde4e2ce7dde
+SIZE (mm-common-0.9.6.tar.xz) = 569264

Modified: head/devel/mm-common/pkg-plist
==============================================================================
--- head/devel/mm-common/pkg-plist	Mon Sep 30 19:31:31 2013	(r328851)
+++ head/devel/mm-common/pkg-plist	Mon Sep 30 19:32:38 2013	(r328852)
@@ -1,4 +1,6 @@
 bin/mm-common-prepare
+libdata/pkgconfig/mm-common-util.pc
+man/man1/mm-common-prepare.1.gz
 share/aclocal/mm-common.m4
 share/aclocal/mm-dietlib.m4
 share/aclocal/mm-doc.m4
@@ -22,4 +24,3 @@ libdata/pkgconfig/mm-common-libstdc++.pc
 @dirrm share/mm-common/build
 @dirrm share/mm-common
 @dirrm share/doc/mm-common
-@dirrmtry share/aclocal



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309301932.r8UJWdVl080658>