summaryrefslogtreecommitdiff
path: root/lang/urweb
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2013-02-18 18:23:39 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2013-02-18 18:23:39 +0000
commitd887e890dd1ccfb9560c0430dfc90cb9a8f15dc9 (patch)
tree79f8cd00be85edf957a40469340945997daf4cb4 /lang/urweb
parent- fix build with newer math/gmp in ports tree. Newer versions of gmp do not (diff)
- update to 20120925
- trim Makefile header, while here PR: 176206 Submitted by: Timothy Beyer <beyert@cs.ucr.edu> (maintainer)
Notes
Notes: svn path=/head/; revision=312516
Diffstat (limited to 'lang/urweb')
-rw-r--r--lang/urweb/Makefile7
-rw-r--r--lang/urweb/distinfo4
-rw-r--r--lang/urweb/files/patch-configure8
3 files changed, 8 insertions, 11 deletions
diff --git a/lang/urweb/Makefile b/lang/urweb/Makefile
index 7ad3d141e286..cf1b4ab6cdd4 100644
--- a/lang/urweb/Makefile
+++ b/lang/urweb/Makefile
@@ -1,11 +1,8 @@
-# New ports collection makefile for: urweb
-# Date created: 4 Apr 2012
-# Whom: Timothy Beyer <beyert@cs.ucr.edu>
-#
+# Created by: Timothy Beyer <beyert@cs.ucr.edu>
# $FreeBSD$
PORTNAME= urweb
-PORTVERSION= 20120807
+PORTVERSION= 20120925
CATEGORIES= lang www
MASTER_SITES= http://www.impredicative.com/ur/
EXTRACT_SUFX= .tgz
diff --git a/lang/urweb/distinfo b/lang/urweb/distinfo
index adf4e866b57b..10067070723e 100644
--- a/lang/urweb/distinfo
+++ b/lang/urweb/distinfo
@@ -1,2 +1,2 @@
-SHA256 (urweb-20120807.tgz) = d4344a6c9dcaf968dbeb6fe9a4d9371e08674e37e5b131c8a57f3604c267e195
-SIZE (urweb-20120807.tgz) = 848903
+SHA256 (urweb-20120925.tgz) = d617edc89a16ab675a8ce13bd25aa19b71837d239b30987da447c126da0be663
+SIZE (urweb-20120925.tgz) = 826968
diff --git a/lang/urweb/files/patch-configure b/lang/urweb/files/patch-configure
index 9939eb6c996b..a029767ee940 100644
--- a/lang/urweb/files/patch-configure
+++ b/lang/urweb/files/patch-configure
@@ -1,6 +1,6 @@
---- configure.orig 2012-03-29 08:09:43.000000000 -0700
-+++ configure 2012-04-04 03:59:35.000000000 -0700
-@@ -12583,14 +12583,14 @@
+--- configure.orig 2012-09-25 05:16:58.000000000 -0700
++++ configure 2013-02-16 19:55:33.000000000 -0800
+@@ -11744,14 +11744,14 @@
if test -z $PGHEADER; then
@@ -9,7 +9,7 @@
do :
- ac_fn_c_check_header_mongrel "$LINENO" "postgresql/libpq-fe.h" "ac_cv_header_postgresql_libpq_fe_h" "$ac_includes_default"
+ ac_fn_c_check_header_mongrel "$LINENO" "libpq-fe.h" "ac_cv_header_postgresql_libpq_fe_h" "$ac_includes_default"
- if test "x$ac_cv_header_postgresql_libpq_fe_h" = xyes; then :
+ if test "x$ac_cv_header_postgresql_libpq_fe_h" = x""yes; then :
cat >>confdefs.h <<_ACEOF
#define HAVE_POSTGRESQL_LIBPQ_FE_H 1
_ACEOF