diff options
author | pav <pav@FreeBSD.org> | 2004-07-25 19:45:43 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-07-25 19:45:43 +0800 |
commit | c4f50529519e78dcfddb76b058e60200f7443587 (patch) | |
tree | 18a34c619f4a935cd2c0c218b1421efd1eaa0b05 /news/s-news/Makefile | |
parent | 4a498e8bf832a4656f174c3b5a3ab85768073033 (diff) | |
download | freebsd-ports-gnome-c4f50529519e78dcfddb76b058e60200f7443587.tar.gz freebsd-ports-gnome-c4f50529519e78dcfddb76b058e60200f7443587.tar.zst freebsd-ports-gnome-c4f50529519e78dcfddb76b058e60200f7443587.zip |
- Add lock outgoing files with flock, XPAT command, ability to handle
supersedes and cancel control messages.
PR: ports/69551
Submitted by: Andrey Slusar <vasallia@ukr.net> (maintainer)
Diffstat (limited to 'news/s-news/Makefile')
-rw-r--r-- | news/s-news/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/news/s-news/Makefile b/news/s-news/Makefile index bfe4285247c5..6e2043b7db0c 100644 --- a/news/s-news/Makefile +++ b/news/s-news/Makefile @@ -7,6 +7,7 @@ PORTNAME= s-news PORTVERSION= 0.1.11 +PORTREVISION= 1 CATEGORIES= news MASTER_SITES= http://www.lost.org.uk/ |