aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2012-08-11 05:42:47 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2012-08-11 05:42:47 +0000
commit642892feea021bdf76f0822ed204d27e24a3596f (patch)
treef71279b41dfcb4c50bc3cfdadc8ee9eebc83f25f /lang
parentf515bd7477f6069a198f880d65ee7fbf63f34051 (diff)
downloadports-642892feea021bdf76f0822ed204d27e24a3596f.tar.gz
ports-642892feea021bdf76f0822ed204d27e24a3596f.zip
- update to 20120807
while here: - convert to optionsNG - tab -> space in pkg-descr:WWW PR: 170486 Submitted by: Timothy Beyer <beyert at cs.ucr dot edu> (maintainer)
Notes
Notes: svn path=/head/; revision=302403
Diffstat (limited to 'lang')
-rw-r--r--lang/urweb/Makefile18
-rw-r--r--lang/urweb/distinfo4
-rw-r--r--lang/urweb/pkg-descr2
3 files changed, 12 insertions, 12 deletions
diff --git a/lang/urweb/Makefile b/lang/urweb/Makefile
index 62b66e6c0471..7ad3d141e286 100644
--- a/lang/urweb/Makefile
+++ b/lang/urweb/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= urweb
-PORTVERSION= 20120519
+PORTVERSION= 20120807
CATEGORIES= lang www
MASTER_SITES= http://www.impredicative.com/ur/
EXTRACT_SUFX= .tgz
@@ -26,14 +26,14 @@ USE_LDCONFIG= yes
USE_OPENSSL= yes
ONLY_FOR_ARCHS= i386 amd64
-OPTIONS= ELISP "Install contributed Emacs Lisp" on \
- PGSQL "Enable PostgreSQL Support" on \
- SQLITE "Enable Sqlite Support" off \
- MYSQL "Enable Mysql Support" off
+OPTIONS_DEFINE= ELISP PGSQL SQLITE MYSQL
+OPTIONS_DEFAULT=ELISP PGSQL
+OPTIONS_EXCLUDE=NLS DOCS
+ELISP_DESC= Install contributed Emacs Lisp
.include <bsd.port.options.mk>
-.ifdef (WITH_ELISP)
+.if ${PORT_OPTIONS:MELISP}
PLIST_SUB+= ELISP=""
CONFIGURE_ARGS+= with_emacs=yes
.else
@@ -41,19 +41,19 @@ PLIST_SUB+= ELISP="@comment "
CONFIGURE_ARGS+= with_emacs=no
.endif
-.ifdef (WITH_PGSQL)
+.if ${PORT_OPTIONS:MPGSQL}
USE_PGSQL= server
.else
CONFIGURE_ENV+= PGHEADER="no"
.endif
-.ifdef (WITH_SQLITE)
+.if ${PORT_OPTIONS:MSQLITE}
USE_SQLITE= yes
.else
CONFIGURE_ENV+= SQHEADER="no"
.endif
-.ifdef (WITH_MYSQL)
+.if ${PORT_OPTIONS:MMYSQL}
USE_MYSQL= yes
.else
CONFIGURE_ENV+= MSHEADER="no"
diff --git a/lang/urweb/distinfo b/lang/urweb/distinfo
index 51c3e94bdc64..adf4e866b57b 100644
--- a/lang/urweb/distinfo
+++ b/lang/urweb/distinfo
@@ -1,2 +1,2 @@
-SHA256 (urweb-20120519.tgz) = 200f82c237a7b2f42a4b81243c1ab19447ccaa241b72b6f9c0aa806019bc73fa
-SIZE (urweb-20120519.tgz) = 841918
+SHA256 (urweb-20120807.tgz) = d4344a6c9dcaf968dbeb6fe9a4d9371e08674e37e5b131c8a57f3604c267e195
+SIZE (urweb-20120807.tgz) = 848903
diff --git a/lang/urweb/pkg-descr b/lang/urweb/pkg-descr
index a0e723a8be28..ceba9a0cadad 100644
--- a/lang/urweb/pkg-descr
+++ b/lang/urweb/pkg-descr
@@ -19,4 +19,4 @@ they not crash during particular page generations, but they also may not:
* Use improper marshaling or unmarshaling in communication with SQL databases
or between browsers and web servers
-WWW: http://www.impredicative.com/ur/
+WWW: http://www.impredicative.com/ur/