- 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)
This commit is contained in:
Ruslan Makhmatkhanov 2012-08-11 05:42:47 +00:00
parent f515bd7477
commit 642892feea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=302403
3 changed files with 12 additions and 12 deletions

View File

@ -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"

View File

@ -1,2 +1,2 @@
SHA256 (urweb-20120519.tgz) = 200f82c237a7b2f42a4b81243c1ab19447ccaa241b72b6f9c0aa806019bc73fa
SIZE (urweb-20120519.tgz) = 841918
SHA256 (urweb-20120807.tgz) = d4344a6c9dcaf968dbeb6fe9a4d9371e08674e37e5b131c8a57f3604c267e195
SIZE (urweb-20120807.tgz) = 848903

View File

@ -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/