Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Feb 2015 03:48:54 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379062 - in head/textproc/sowing: . files
Message-ID:  <201502160348.t1G3msU5047230@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Mon Feb 16 03:48:53 2015
New Revision: 379062
URL: https://svnweb.freebsd.org/changeset/ports/379062
QAT: https://qat.redports.org/buildarchive/r379062/

Log:
  Upgrade to 1.1.17.
  
  PR:		197459
  Submitted by:	Ports Fury

Modified:
  head/textproc/sowing/Makefile
  head/textproc/sowing/distinfo
  head/textproc/sowing/files/patch-src_bfort_Makefile.in

Modified: head/textproc/sowing/Makefile
==============================================================================
--- head/textproc/sowing/Makefile	Mon Feb 16 03:35:43 2015	(r379061)
+++ head/textproc/sowing/Makefile	Mon Feb 16 03:48:53 2015	(r379062)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	sowing
-PORTVERSION=	1.1.16
-PORTREVISION=	1
+PORTVERSION=	1.1.17
 CATEGORIES=	textproc
 MASTER_SITES=	http://ftp.mcs.anl.gov/pub/sowing/
 

Modified: head/textproc/sowing/distinfo
==============================================================================
--- head/textproc/sowing/distinfo	Mon Feb 16 03:35:43 2015	(r379061)
+++ head/textproc/sowing/distinfo	Mon Feb 16 03:48:53 2015	(r379062)
@@ -1,2 +1,2 @@
-SHA256 (sowing-1.1.16.tar.gz) = 284b43164d3da551e6cd5abe450e9dda81848d4302868f5812000fedbcfe81cb
-SIZE (sowing-1.1.16.tar.gz) = 507064
+SHA256 (sowing-1.1.17.tar.gz) = fb6d76c02c9691c8abe652498283ef5d260cb2ec4d0ec7afaa7623aaa7de8bb8
+SIZE (sowing-1.1.17.tar.gz) = 660384

Modified: head/textproc/sowing/files/patch-src_bfort_Makefile.in
==============================================================================
--- head/textproc/sowing/files/patch-src_bfort_Makefile.in	Mon Feb 16 03:35:43 2015	(r379061)
+++ head/textproc/sowing/files/patch-src_bfort_Makefile.in	Mon Feb 16 03:48:53 2015	(r379062)
@@ -1,6 +1,6 @@
 --- ./src/bfort/Makefile.in.orig	2009-12-28 17:03:12.000000000 +0100
 +++ ./src/bfort/Makefile.in	2009-12-30 14:34:18.000000000 +0100
-@@ -4,14 +4,14 @@
+@@ -4,15 +4,15 @@
  include ../../Makerules
  top_srcdir=@top_srcdir@
  srcdir=@srcdir@
@@ -12,8 +12,10 @@
  
  LIBS       =  ../../lib/libsowing.a
  INCLUDES   = -I${top_srcdir}/include -I../../include
--DEFS       = -DBASEDEF='"@datarootdir@/basedefs.txt"'
-+DEFS       = -DBASEDEF='"@datadir@/basedefs.txt"'
+-DEFS       = -DBASEDEF='"@datarootdir@/bfort-base.txt"' \
+-	     -DBASEPATH='"@datarootdir@"'
++DEFS       = -DBASEDEF='"@datadir@/bfort-base.txt"' \
++	     -DBASEPATH='"@datadir@"'
  PROGRAMS   = bfort
  
  bfort: bfort.o  doc.o



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