diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-07-17 18:48:43 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-07-17 18:48:43 +0000 |
commit | d9fcd012a2456b01da03a6c9d9fc7b7c35d50405 (patch) | |
tree | b0829c56c6aa734883b625a6df4c0b12a7fb2288 /ports-mgmt/bpkg | |
parent | - Update to 1.6 (diff) |
- Update maintainer mail adress
PR: 125543
Submitted by: Andy Kosela <akosela@andykosela.com> (maintainer)
Diffstat (limited to 'ports-mgmt/bpkg')
-rw-r--r-- | ports-mgmt/bpkg/Makefile | 3 | ||||
-rw-r--r-- | ports-mgmt/bpkg/files/bpkg.8 | 2 | ||||
-rw-r--r-- | ports-mgmt/bpkg/pkg-descr | 4 |
3 files changed, 6 insertions, 3 deletions
diff --git a/ports-mgmt/bpkg/Makefile b/ports-mgmt/bpkg/Makefile index ba5c1a578d89..903a0934c05f 100644 --- a/ports-mgmt/bpkg/Makefile +++ b/ports-mgmt/bpkg/Makefile @@ -9,11 +9,12 @@ PORTNAME= bpkg PORTVERSION= 2.0.1 +PORTREVISION= 1 CATEGORIES= ports-mgmt MASTER_SITES= # none DISTFILES= # none -MAINTAINER= andy.kosela@gmail.com +MAINTAINER= akosela@andykosela.com COMMENT= Simple tool for displaying information about ports NO_BUILD= yes diff --git a/ports-mgmt/bpkg/files/bpkg.8 b/ports-mgmt/bpkg/files/bpkg.8 index a45de5201e10..ca19737195b7 100644 --- a/ports-mgmt/bpkg/files/bpkg.8 +++ b/ports-mgmt/bpkg/files/bpkg.8 @@ -136,4 +136,4 @@ Create backup packages of foo and bar in /var/tmp/ directory. .Xr pkg_version 1 , .Xr ports 7 .Sh AUTHORS -.An Andy Kosela <andy.kosela@gmail.com> +.An Andy Kosela <akosela@andykosela.com> diff --git a/ports-mgmt/bpkg/pkg-descr b/ports-mgmt/bpkg/pkg-descr index f32cbdbcafe8..993026d61ace 100644 --- a/ports-mgmt/bpkg/pkg-descr +++ b/ports-mgmt/bpkg/pkg-descr @@ -3,4 +3,6 @@ Its main goal is to provide a quick way to display all kinds of useful info about installed ports and the whole ports tree. -- Andy Kosela -<andy.kosela@gmail.com> +<akosela@andykosela.com> + +WWW: http://www.andykosela.com/bpkg/ |