svn commit: r312516 - in head/lang/urweb: . files
Ruslan Mahmatkhanov
rm at FreeBSD.org
Mon Feb 18 18:23:40 UTC 2013
Author: rm
Date: Mon Feb 18 18:23:39 2013
New Revision: 312516
URL: http://svnweb.freebsd.org/changeset/ports/312516
Log:
- update to 20120925
- trim Makefile header, while here
PR: 176206
Submitted by: Timothy Beyer <beyert at cs.ucr.edu> (maintainer)
Modified:
head/lang/urweb/Makefile
head/lang/urweb/distinfo
head/lang/urweb/files/patch-configure
Modified: head/lang/urweb/Makefile
==============================================================================
--- head/lang/urweb/Makefile Mon Feb 18 18:22:10 2013 (r312515)
+++ head/lang/urweb/Makefile Mon Feb 18 18:23:39 2013 (r312516)
@@ -1,11 +1,8 @@
-# New ports collection makefile for: urweb
-# Date created: 4 Apr 2012
-# Whom: Timothy Beyer <beyert at cs.ucr.edu>
-#
+# Created by: Timothy Beyer <beyert at cs.ucr.edu>
# $FreeBSD$
PORTNAME= urweb
-PORTVERSION= 20120807
+PORTVERSION= 20120925
CATEGORIES= lang www
MASTER_SITES= http://www.impredicative.com/ur/
EXTRACT_SUFX= .tgz
Modified: head/lang/urweb/distinfo
==============================================================================
--- head/lang/urweb/distinfo Mon Feb 18 18:22:10 2013 (r312515)
+++ head/lang/urweb/distinfo Mon Feb 18 18:23:39 2013 (r312516)
@@ -1,2 +1,2 @@
-SHA256 (urweb-20120807.tgz) = d4344a6c9dcaf968dbeb6fe9a4d9371e08674e37e5b131c8a57f3604c267e195
-SIZE (urweb-20120807.tgz) = 848903
+SHA256 (urweb-20120925.tgz) = d617edc89a16ab675a8ce13bd25aa19b71837d239b30987da447c126da0be663
+SIZE (urweb-20120925.tgz) = 826968
Modified: head/lang/urweb/files/patch-configure
==============================================================================
--- head/lang/urweb/files/patch-configure Mon Feb 18 18:22:10 2013 (r312515)
+++ head/lang/urweb/files/patch-configure Mon Feb 18 18:23:39 2013 (r312516)
@@ -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
More information about the svn-ports-head
mailing list