diff options
author | tijl <tijl@FreeBSD.org> | 2014-07-04 09:40:59 +0000 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-07-04 09:40:59 +0000 |
commit | 18c34260ce5ffb7546567b81d8a50baf111592e1 (patch) | |
tree | 603a488a83d35e3168f3e16a8e22245850bdf6cf /games/crossfire-server/Makefile | |
parent | 963120e1772c85c714349cdd7ead20b257c24958 (diff) | |
download | FreeBSD-ports-18c34260ce5ffb7546567b81d8a50baf111592e1.zip FreeBSD-ports-18c34260ce5ffb7546567b81d8a50baf111592e1.tar.gz |
Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 that
have not been bumped yet after the latest libsqlite3.so library version
change.
Approved by: portmgr (implicit)
Diffstat (limited to 'games/crossfire-server/Makefile')
-rw-r--r-- | games/crossfire-server/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/crossfire-server/Makefile b/games/crossfire-server/Makefile index 36043b2..84cfb7f 100644 --- a/games/crossfire-server/Makefile +++ b/games/crossfire-server/Makefile @@ -3,7 +3,7 @@ PORTNAME= crossfire PORTVERSION= 1.70.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION} PKGNAMESUFFIX= -server |