Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Sep 2012 08:51:24 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r303648 - in head/www/xombrero: . files
Message-ID:  <201209040851.q848pOV5024793@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Tue Sep  4 08:51:24 2012
New Revision: 303648
URL: http://svn.freebsd.org/changeset/ports/303648

Log:
  Update to version 1.3.0
  This update contains many new features and bug fixes, see
  https://opensource.conformal.com/fluxbb/viewtopic.php?id=555
  for more details.
  
  Approved by:	kwm (mentor)

Modified:
  head/www/xombrero/Makefile
  head/www/xombrero/distinfo
  head/www/xombrero/files/patch-freebsd__Makefile

Modified: head/www/xombrero/Makefile
==============================================================================
--- head/www/xombrero/Makefile	Tue Sep  4 08:47:40 2012	(r303647)
+++ head/www/xombrero/Makefile	Tue Sep  4 08:51:24 2012	(r303648)
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	xombrero
-PORTVERSION=	1.2.2
-PORTREVISION=	1
+PORTVERSION=	1.3.0
 CATEGORIES=	www
 MASTER_SITES=	https://opensource.conformal.com/snapshots/xombrero/
 EXTRACT_SUFX=	.tgz

Modified: head/www/xombrero/distinfo
==============================================================================
--- head/www/xombrero/distinfo	Tue Sep  4 08:47:40 2012	(r303647)
+++ head/www/xombrero/distinfo	Tue Sep  4 08:51:24 2012	(r303648)
@@ -1,2 +1,2 @@
-SHA256 (xombrero-1.2.2.tgz) = 7cd2d1174239b5e3f897473ca69efc1fb303491d6ed60bf068263adfb76b164a
-SIZE (xombrero-1.2.2.tgz) = 242038
+SHA256 (xombrero-1.3.0.tgz) = 42d831953cd011a81d1c5914ea9e14b14be240b400c1ed94c4cc26ba89f9dde2
+SIZE (xombrero-1.3.0.tgz) = 253343

Modified: head/www/xombrero/files/patch-freebsd__Makefile
==============================================================================
--- head/www/xombrero/files/patch-freebsd__Makefile	Tue Sep  4 08:47:40 2012	(r303647)
+++ head/www/xombrero/files/patch-freebsd__Makefile	Tue Sep  4 08:51:24 2012	(r303648)
@@ -1,12 +1,12 @@
---- ./freebsd/Makefile.orig	2012-07-25 17:37:55.000000000 -0400
-+++ ./freebsd/Makefile	2012-07-31 08:13:02.000000000 -0400
+--- freebsd/Makefile.orig	2012-08-28 19:18:30.000000000 +0100
++++ freebsd/Makefile	2012-08-31 13:57:54.000000000 +0100
 @@ -9,8 +9,8 @@
  LDADD= -lutil -lgcrypt
  GTK_CFLAGS!= pkg-config --cflags $(LIBS)
  GTK_LDFLAGS!= pkg-config --libs $(LIBS)
--CFLAGS+= $(GTK_CFLAGS) -O2 -Wall -pthread
+-CFLAGS+= $(GTK_CFLAGS) -O2 -Wall -pthread -I. -I..
 -LDFLAGS+= $(GTK_LDFLAGS) -pthread
-+CFLAGS+= $(GTK_CFLAGS) -Wall -D_GCRYPT_IN_LIBGCRYPT=1 -I.. ${PTHREAD_CFLAGS}
++CFLAGS+= $(GTK_CFLAGS) -Wall ${PTHREAD_CFLAGS} -I. -I..
 +LDFLAGS+= $(GTK_LDFLAGS) ${PTHREAD_LIBS}
  
  PREFIX?= /usr/local



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