diff options
author | rm <rm@FreeBSD.org> | 2012-06-04 07:28:44 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-06-04 07:28:44 +0800 |
commit | 435e3a4d09e4db8a973fef889c3a06b2fcf42621 (patch) | |
tree | b0be70c7570db05f21c5c1e15be3cbdd66c0192b | |
parent | 41a68c43a8da74d5e93ad51d434d18df46ca5bfe (diff) | |
download | freebsd-ports-gnome-435e3a4d09e4db8a973fef889c3a06b2fcf42621.tar.gz freebsd-ports-gnome-435e3a4d09e4db8a973fef889c3a06b2fcf42621.tar.zst freebsd-ports-gnome-435e3a4d09e4db8a973fef889c3a06b2fcf42621.zip |
- update to 20120519
PR: 168179
Submitted by: Timothy Beyer <beyert at cs.ucr dot edu> (maintainer)
-rw-r--r-- | lang/urweb/Makefile | 3 | ||||
-rw-r--r-- | lang/urweb/distinfo | 4 | ||||
-rw-r--r-- | lang/urweb/pkg-descr | 2 |
3 files changed, 4 insertions, 5 deletions
diff --git a/lang/urweb/Makefile b/lang/urweb/Makefile index 7947c711d8ec..62b66e6c0471 100644 --- a/lang/urweb/Makefile +++ b/lang/urweb/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= urweb -PORTVERSION= 20120512 +PORTVERSION= 20120519 CATEGORIES= lang www MASTER_SITES= http://www.impredicative.com/ur/ EXTRACT_SUFX= .tgz @@ -14,7 +14,6 @@ MAINTAINER= beyert@cs.ucr.edu COMMENT= Ultimate host for embedded domain-specific languages LICENSE= BSD -LICENSE_FILE= ${WRKDIR}/${DISTNAME}/LICENSE BUILD_DEPENDS= mlton:${PORTSDIR}/lang/mlton diff --git a/lang/urweb/distinfo b/lang/urweb/distinfo index 9c43fde6b255..51c3e94bdc64 100644 --- a/lang/urweb/distinfo +++ b/lang/urweb/distinfo @@ -1,2 +1,2 @@ -SHA256 (urweb-20120512.tgz) = 35a8e7481caa74fc224f556807844899043b3af2c8bae085b9204275318e9d25 -SIZE (urweb-20120512.tgz) = 838543 +SHA256 (urweb-20120519.tgz) = 200f82c237a7b2f42a4b81243c1ab19447ccaa241b72b6f9c0aa806019bc73fa +SIZE (urweb-20120519.tgz) = 841918 diff --git a/lang/urweb/pkg-descr b/lang/urweb/pkg-descr index de330359945c..37e0365c47ce 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/ |