diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2012-04-04 17:38:13 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2012-04-04 17:38:13 +0000 |
commit | 1d70e364cc6d7ade18a3b7b6f423eef8e294e1d1 (patch) | |
tree | 6c05132901618d53a20c99ad28c090833d1818d3 | |
parent | 28d67e6d43d9d3ad6d1fe397758686a798405b95 (diff) | |
download | freebsd-ports-1d70e364cc6d7ade18a3b7b6f423eef8e294e1d1.zip |
- remove BEFORE in rc script
- bump PORTREVISION
Submitted by: dougb ( via mail )
Approved by: maintainer ( via mail ), 5u623l20@gmail.com
Feature safe: yes
-rw-r--r-- | www/resin3/Makefile | 2 | ||||
-rw-r--r-- | www/resin3/files/resin3.in | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/www/resin3/Makefile b/www/resin3/Makefile index de26fa86d6d9..73392c1d7124 100644 --- a/www/resin3/Makefile +++ b/www/resin3/Makefile @@ -7,7 +7,7 @@ PORTNAME= resin PORTVERSION= 3.1.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www java MASTER_SITES= http://www.caucho.com/download/ diff --git a/www/resin3/files/resin3.in b/www/resin3/files/resin3.in index bececbd5ff52..003c0bbc423c 100644 --- a/www/resin3/files/resin3.in +++ b/www/resin3/files/resin3.in @@ -1,11 +1,10 @@ #!/bin/sh # -# $FreeBSD: /tmp/pcvs/ports/www/resin3/files/resin3.in,v 1.1 2012-04-02 23:51:25 jgh Exp $ +# $FreeBSD: /tmp/pcvs/ports/www/resin3/files/resin3.in,v 1.2 2012-04-04 17:38:13 jgh Exp $ # # PROVIDE: %%APP_NAME%% # REQUIRE: LOGIN NETWORKING SERVERS -# BEFORE: DAEMON # KEYWORD: shutdown # |