svn commit: r421578 - in head/devel/sope3: . files

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Thu Sep 8 20:44:37 UTC 2016


Author: acm
Date: Thu Sep  8 20:44:35 2016
New Revision: 421578
URL: https://svnweb.freebsd.org/changeset/ports/421578

Log:
  - Update to 3.1.5
  
  Approved by:	maintainer (implicit)

Modified:
  head/devel/sope3/Makefile
  head/devel/sope3/distinfo
  head/devel/sope3/files/patch-configure

Modified: head/devel/sope3/Makefile
==============================================================================
--- head/devel/sope3/Makefile	Thu Sep  8 20:19:52 2016	(r421577)
+++ head/devel/sope3/Makefile	Thu Sep  8 20:44:35 2016	(r421578)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=		sope3
-PORTVERSION=		3.1.4
+PORTVERSION=		3.1.5
 CATEGORIES=		devel gnustep
 MASTER_SITES=		http://www.sogo.nu/files/downloads/SOGo/Sources/
 DISTNAME=		SOPE-${PORTVERSION}

Modified: head/devel/sope3/distinfo
==============================================================================
--- head/devel/sope3/distinfo	Thu Sep  8 20:19:52 2016	(r421577)
+++ head/devel/sope3/distinfo	Thu Sep  8 20:44:35 2016	(r421578)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1468935066
-SHA256 (SOPE-3.1.4.tar.gz) = a582855941d61b64c1ad988e3c797bd330647a381c0ea91f1b3dd740eea5b22c
-SIZE (SOPE-3.1.4.tar.gz) = 2279147
+TIMESTAMP = 1471538310
+SHA256 (SOPE-3.1.5.tar.gz) = 4f88b896527b5ca803ac9fb8a38df79f11105e06df492c458e08cbe105928d5b
+SIZE (SOPE-3.1.5.tar.gz) = 2279532

Modified: head/devel/sope3/files/patch-configure
==============================================================================
--- head/devel/sope3/files/patch-configure	Thu Sep  8 20:19:52 2016	(r421577)
+++ head/devel/sope3/files/patch-configure	Thu Sep  8 20:44:35 2016	(r421578)
@@ -1,12 +1,6 @@
---- configure.orig	2015-09-16 18:26:48 UTC
-+++ configure
-@@ -1,4 +1,4 @@
--#!/bin/bash
-+#!/bin/sh
- 
- #
- # Note: When adding make options to this script, ensure that the source still
-@@ -41,7 +41,7 @@ else
+--- configure.orig	2016-09-08 20:29:55.239121000 -0500
++++ configure	2016-09-08 20:30:26.951403000 -0500
+@@ -45,7 +45,7 @@
  fi
  
  # TODO: add pg_config, mysql_config etc!
@@ -15,11 +9,3 @@
  
  # ******************** usage ********************
  
-@@ -396,6 +396,7 @@ genConfigMake() {
-     cfgwrite "debug:=no"
-   fi
-   cfgwrite ""
-+  cfgwrite "NEEDS_GUI=no"
-   
-   if test $ARG_WITH_STRIP = 1; then
-     cfgwrite "# configured to produce stripped code";


More information about the svn-ports-head mailing list