mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
- Update to 0.08
- Remove repeated text in pkg-descr
This commit is contained in:
parent
e9378167b7
commit
d8118e88ef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=181100
3 changed files with 6 additions and 9 deletions
|
@ -6,9 +6,9 @@
|
|||
#
|
||||
|
||||
PORTNAME= SQL-Translator
|
||||
PORTVERSION= 0.07
|
||||
PORTVERSION= 0.08
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= SQL
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (SQL-Translator-0.07.tar.gz) = 5e6d8be5f6256343125a130a57a3e463
|
||||
SHA256 (SQL-Translator-0.07.tar.gz) = b76e62c9a43b49313cea1bb5fb0e2b5608dcaab8db3042db3b7c5d49fe78d008
|
||||
SIZE (SQL-Translator-0.07.tar.gz) = 319475
|
||||
MD5 (SQL-Translator-0.08.tar.gz) = f152f9a0d443c2083dc19b054dd79266
|
||||
SHA256 (SQL-Translator-0.08.tar.gz) = a6857bff8b6085f083195cac2c6f07a4916da2a1f234a1d5bcf1d90f18f6f3c3
|
||||
SIZE (SQL-Translator-0.08.tar.gz) = 532475
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
SQL::Translator is a group of Perl modules that converts vendor-specific
|
||||
SQL table definitions into other formats, such as other vendor-specific
|
||||
SQL, ER diagrams, documentation (POD and HTML), XML, and Class::DBI
|
||||
classes.SQL::Translator is a group of Perl modules that converts
|
||||
vendor-specific SQL table definitions into other formats, such as
|
||||
other vendor-specific SQL, ER diagrams, documentation (POD and
|
||||
HTML), XML, and Class::DBI classes.
|
||||
classes.
|
||||
|
||||
WWW: http://search.cpan.org/dist/SQL-Translator/
|
||||
|
|
Loading…
Add table
Reference in a new issue