diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-09-23 23:42:03 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-09-23 23:42:03 +0800 |
commit | a30f61bd9b0bb657fff66ff79d917f4af513e653 (patch) | |
tree | b735beb6c8606fe9ec9f340a3022a35c31b0890f /net-p2p | |
parent | ecbbaeeb575a1c9fc40efa6a2ea34b9b8345d78a (diff) | |
download | freebsd-ports-graphics-a30f61bd9b0bb657fff66ff79d917f4af513e653.tar.gz freebsd-ports-graphics-a30f61bd9b0bb657fff66ff79d917f4af513e653.tar.zst freebsd-ports-graphics-a30f61bd9b0bb657fff66ff79d917f4af513e653.zip |
- Bump PORTREVISION to fix missing PORTEXAMPLES,PORTDOCS,PORTDATA
after r327999 fixed these for stage support
Approved by: maintainer (bapt)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/btpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/btpd/Makefile b/net-p2p/btpd/Makefile index 8e9e56ba190..ebf740a84fc 100644 --- a/net-p2p/btpd/Makefile +++ b/net-p2p/btpd/Makefile @@ -2,7 +2,7 @@ PORTNAME= btpd PORTVERSION= 0.16 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p MASTER_SITES= http://cloud.github.com/downloads/btpd/btpd/ |