Properly move the revision bumps to devel/Makefile (REVISION=3)

and stable/Makefile (REVISION=0) to avoid the devel packages
going back from p2 to p0.
This commit is contained in:
kili 2014-06-28 20:31:10 +00:00
parent 6a49a5738c
commit c97e7ef241
3 changed files with 5 additions and 5 deletions

View File

@ -1,10 +1,9 @@
# $OpenBSD: Makefile.inc,v 1.12 2014/06/24 21:47:26 jeremy Exp $
# $OpenBSD: Makefile.inc,v 1.13 2014/06/28 20:31:10 kili Exp $
COMMENT= robust and small HTTP server and mail proxy server
DISTNAME= nginx-${VERSION}
CATEGORIES= www
REVISION= 0
MASTER_SITES= http://nginx.org/download/
MASTER_SITES0= http://dropbox.eait.uq.edu.au/uqdgwynn/distfiles/

View File

@ -1,7 +1,7 @@
# $OpenBSD: Makefile,v 1.8 2014/05/20 10:17:01 sthen Exp $
# $OpenBSD: Makefile,v 1.9 2014/06/28 20:31:10 kili Exp $
VERSION= 1.5.7
REVISION= 2
REVISION= 3
CONFIGURE_ARGS+= --with-http_auth_request_module

View File

@ -1,5 +1,6 @@
# $OpenBSD: Makefile,v 1.8 2014/03/25 02:38:26 william Exp $
# $OpenBSD: Makefile,v 1.9 2014/06/28 20:31:10 kili Exp $
VERSION= 1.4.7
REVISION= 0
.include <bsd.port.mk>