diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2010-11-04 14:10:58 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2010-11-04 14:10:58 +0800 |
commit | c04d77d9169f97da720ade23540b9623347b04b0 (patch) | |
tree | 5cf235e3124729d66468aa5cb9ce0b79be4d7653 /databases | |
parent | dbc2fd4091c74424e8fffaf50ccbf44147e42b70 (diff) | |
download | freebsd-ports-gnome-c04d77d9169f97da720ade23540b9623347b04b0.tar.gz freebsd-ports-gnome-c04d77d9169f97da720ade23540b9623347b04b0.tar.zst freebsd-ports-gnome-c04d77d9169f97da720ade23540b9623347b04b0.zip |
- Update to 0.5.2
- Simplify MASTER_SITES
- Use DOCSDIR
- While I'm here, add LICENSE
Changes:
- Add tests for the validity of specified memofiles.
Older versions would possibly segfault if an invalid memofile was given.
PR: ports/151921
Submitted by: Kirk Strauser <kirk@daycos.com> (maintainer)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/pgdbf/Makefile | 8 | ||||
-rw-r--r-- | databases/pgdbf/distinfo | 5 |
2 files changed, 7 insertions, 6 deletions
diff --git a/databases/pgdbf/Makefile b/databases/pgdbf/Makefile index b6f765d8c3dd..486a7150d311 100644 --- a/databases/pgdbf/Makefile +++ b/databases/pgdbf/Makefile @@ -6,20 +6,22 @@ # PORTNAME= pgdbf -PORTVERSION= 0.5.1 +PORTVERSION= 0.5.2 CATEGORIES= databases -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} +MASTER_SITES= SF MAINTAINER= kirk@daycos.com COMMENT= Convert XBase / FoxPro tables to PostgreSQL +LICENSE= GPLv3 + USE_GMAKE= yes GNU_CONFIGURE= yes MAN1= pgdbf.1 PLIST_FILES= bin/pgdbf \ - share/doc/pgdbf/README + %%DOCSDIR%%/README PLIST_DIRS= %%DOCSDIR%% .include <bsd.port.mk> diff --git a/databases/pgdbf/distinfo b/databases/pgdbf/distinfo index ec3d0a06541c..9c6bfa65cf96 100644 --- a/databases/pgdbf/distinfo +++ b/databases/pgdbf/distinfo @@ -1,3 +1,2 @@ -MD5 (pgdbf-0.5.1.tar.gz) = 391248da4578d6ce871c0152264d011a -SHA256 (pgdbf-0.5.1.tar.gz) = 638551d177fd359a13eaa94b32f5630c0d92ba7f75507252b0a07a0f7dbd5a20 -SIZE (pgdbf-0.5.1.tar.gz) = 99972 +SHA256 (pgdbf-0.5.2.tar.gz) = 28cd890ca56b41894ebd4fddb493a1ebb06beed2723ca9a3ec1612215ec3a1cb +SIZE (pgdbf-0.5.2.tar.gz) = 104916 |