summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-10-16 16:47:11 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-10-16 16:47:11 +0800
commit0a0eb499f998bc35e716537fdc6e2da984f7ee55 (patch)
treebfd04cc0c8efab7bd5cdda83cf409ffdd5a70cbf
parenteaaa74b47aa1210d9d7f465ad009c2aa1400b03e (diff)
downloadmarcuscom-ports-0a0eb499f998bc35e716537fdc6e2da984f7ee55.tar
marcuscom-ports-0a0eb499f998bc35e716537fdc6e2da984f7ee55.tar.gz
marcuscom-ports-0a0eb499f998bc35e716537fdc6e2da984f7ee55.tar.bz2
marcuscom-ports-0a0eb499f998bc35e716537fdc6e2da984f7ee55.tar.lz
marcuscom-ports-0a0eb499f998bc35e716537fdc6e2da984f7ee55.tar.xz
marcuscom-ports-0a0eb499f998bc35e716537fdc6e2da984f7ee55.tar.zst
marcuscom-ports-0a0eb499f998bc35e716537fdc6e2da984f7ee55.zip
Update to 3.6.0.
Update Makefile header. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17124 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--devel/gnome-common/Makefile11
-rw-r--r--devel/gnome-common/distinfo4
-rw-r--r--devel/gnome-common/files/patch-macros2_gnome-autogen.sh35
-rw-r--r--devel/gnome-common/pkg-plist1
4 files changed, 6 insertions, 45 deletions
diff --git a/devel/gnome-common/Makefile b/devel/gnome-common/Makefile
index 7090f325c..759a8910f 100644
--- a/devel/gnome-common/Makefile
+++ b/devel/gnome-common/Makefile
@@ -1,14 +1,9 @@
-# New ports collection makefile for: gnomecommon
-# Date created: 04 April 2002
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
+# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
-# $MCom: ports/devel/gnome-common/Makefile,v 1.18 2012/06/13 12:51:43 kwm Exp $
-#
+# $MCom: ports/devel/gnome-common/Makefile,v 1.19 2012/06/14 17:28:24 kwm Exp $
PORTNAME= gnome-common
-PORTVERSION= 3.4.0.1
-PORTREVISION= 1
+PORTVERSION= 3.6.0
CATEGORIES= devel
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
diff --git a/devel/gnome-common/distinfo b/devel/gnome-common/distinfo
index d61f6ffd5..5ce2e2210 100644
--- a/devel/gnome-common/distinfo
+++ b/devel/gnome-common/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gnome2/gnome-common-3.4.0.1.tar.xz) = 3d92a5d1dae550c409f644d87a4bba17342e14fb11ce8b1e58757ce35f3a46f7
-SIZE (gnome2/gnome-common-3.4.0.1.tar.xz) = 152084
+SHA256 (gnome2/gnome-common-3.6.0.tar.xz) = e10f09de06bddcc8f980422e3bfdcd8185eee7f1eae11543a765ec8e764b8d95
+SIZE (gnome2/gnome-common-3.6.0.tar.xz) = 143636
diff --git a/devel/gnome-common/files/patch-macros2_gnome-autogen.sh b/devel/gnome-common/files/patch-macros2_gnome-autogen.sh
deleted file mode 100644
index 5a2716d05..000000000
--- a/devel/gnome-common/files/patch-macros2_gnome-autogen.sh
+++ /dev/null
@@ -1,35 +0,0 @@
-From 1fed4ee7015b89a1ac4c4a535aeb753e820e4970 Mon Sep 17 00:00:00 2001
-From: Xiao-Long Chen <chenxiaolong@cxl.epac.to>
-Date: Sun, 29 Apr 2012 17:44:32 +0000
-Subject: Add support for automake 1.12
-
-Bug #675093.
----
-diff --git a/macros2/gnome-autogen.sh b/macros2/gnome-autogen.sh
-index 9967f89..3179c3f 100644
---- macros2/gnome-autogen.sh
-+++ macros2/gnome-autogen.sh
-@@ -325,13 +325,14 @@ AUTOHEADER=`echo $AUTOCONF | sed s/autoconf/autoheader/`
-
- case $REQUIRED_AUTOMAKE_VERSION in
- 1.4*) automake_progs="automake-1.4" ;;
-- 1.5*) automake_progs="automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7 automake-1.6 automake-1.5" ;;
-- 1.6*) automake_progs="automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7 automake-1.6" ;;
-- 1.7*) automake_progs="automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7" ;;
-- 1.8*) automake_progs="automake-1.11 automake-1.10 automake-1.9 automake-1.8" ;;
-- 1.9*) automake_progs="automake-1.11 automake-1.10 automake-1.9" ;;
-- 1.10*) automake_progs="automake-1.11 automake-1.10" ;;
-- 1.11*) automake_progs="automake-1.11" ;;
-+ 1.5*) automake_progs="automake-1.12 automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7 automake-1.6 automake-1.5" ;;
-+ 1.6*) automake_progs="automake-1.12 automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7 automake-1.6" ;;
-+ 1.7*) automake_progs="automake-1.12 automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7" ;;
-+ 1.8*) automake_progs="automake-1.12 automake-1.11 automake-1.10 automake-1.9 automake-1.8" ;;
-+ 1.9*) automake_progs="automake-1.12 automake-1.11 automake-1.10 automake-1.9" ;;
-+ 1.10*) automake_progs="automake-1.12 automake-1.11 automake-1.10" ;;
-+ 1.11*) automake_progs="automake-1.12 automake-1.11" ;;
-+ 1.12*) automake_progs="automake-1.12" ;;
- esac
- version_check automake AUTOMAKE "$automake_progs" $REQUIRED_AUTOMAKE_VERSION \
- "http://ftp.gnu.org/pub/gnu/automake/automake-$REQUIRED_AUTOMAKE_VERSION.tar.gz"
---
-cgit v0.9.0.2
diff --git a/devel/gnome-common/pkg-plist b/devel/gnome-common/pkg-plist
index 081a3d75e..eb75c41be 100644
--- a/devel/gnome-common/pkg-plist
+++ b/devel/gnome-common/pkg-plist
@@ -1,5 +1,6 @@
bin/gnome-autogen.sh
bin/gnome-doc-common
+share/aclocal/gnome-code-coverage.m4
share/aclocal/gnome-common.m4
share/aclocal/gnome-compiler-flags.m4
%%DATADIR%%/data/omf.make