View | Details | Raw Unified | Return to bug 212890
Collapse All | Expand All

(-)./Makefile (-2 / +2 lines)
Lines 2-11 Link Here
2
# $FreeBSD: head/databases/squirrel-sql/Makefile 400361 2015-10-27 23:50:39Z pawel $
2
# $FreeBSD: head/databases/squirrel-sql/Makefile 400361 2015-10-27 23:50:39Z pawel $
3
3
4
PORTNAME=	squirrel-sql
4
PORTNAME=	squirrel-sql
5
PORTVERSION=	3.7.0
5
PORTVERSION=	3.7.1
6
CATEGORIES=	databases java
6
CATEGORIES=	databases java
7
MASTER_SITES=	SF/${PORTNAME}/1-stable/${PORTVERSION}-plainzip
7
MASTER_SITES=	SF/${PORTNAME}/1-stable/${PORTVERSION}-plainzip
8
DISTNAME=	squirrelsql-${PORTVERSION:R}-optional
8
DISTNAME=	squirrelsql-${PORTVERSION}-optional
9
9
10
MAINTAINER=	jonc@chen.org.nz
10
MAINTAINER=	jonc@chen.org.nz
11
COMMENT=	Universal SQL Client
11
COMMENT=	Universal SQL Client
(-)./distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (squirrelsql-3.7-optional.zip) = 77d2de8151586a3cf0bdb9f6a2c55366cd0e2e81dd98f226547a0f3fb4497fe4
1
TIMESTAMP = 1474491190
2
SIZE (squirrelsql-3.7-optional.zip) = 53878547
2
SHA256 (squirrelsql-3.7.1-optional.zip) = 3c31a64fda3dad94b1643fb826e24a7b760bce3a499988a93f7b3a48b8c4b776
3
SIZE (squirrelsql-3.7.1-optional.zip) = 53858852
(-)./pkg-plist (-6 / +1 lines)
Lines 1-4 Link Here
1
bin/squirrel-sql
1
bin/squirrel-sql
2
share/applications/squirrelsql.desktop
2
%%DATADIR%%/icons/acorn.ico
3
%%DATADIR%%/icons/acorn.ico
3
%%DATADIR%%/icons/acorn.png
4
%%DATADIR%%/icons/acorn.png
4
%%DATADIR%%/icons/acorn.xpm
5
%%DATADIR%%/icons/acorn.xpm
Lines 158-169 Link Here
158
%%DATADIR%%/plugins/derby/doc/images/view_source.jpg
159
%%DATADIR%%/plugins/derby/doc/images/view_source.jpg
159
%%DATADIR%%/plugins/derby/doc/licence.txt
160
%%DATADIR%%/plugins/derby/doc/licence.txt
160
%%DATADIR%%/plugins/derby/doc/readme.html
161
%%DATADIR%%/plugins/derby/doc/readme.html
161
%%DATADIR%%/plugins/editextras.jar
162
%%DATADIR%%/plugins/editextras/doc/changes.txt
163
%%DATADIR%%/plugins/editextras/doc/licence.txt
164
%%DATADIR%%/plugins/editextras/doc/readme.html
165
%%DATADIR%%/plugins/editextras/doc/readme.txt
166
%%DATADIR%%/plugins/editextras/doc/toolspopup.jpg
167
%%DATADIR%%/plugins/example.jar
162
%%DATADIR%%/plugins/example.jar
168
%%DATADIR%%/plugins/example/doc/changes.txt
163
%%DATADIR%%/plugins/example/doc/changes.txt
169
%%DATADIR%%/plugins/example/doc/licence.txt
164
%%DATADIR%%/plugins/example/doc/licence.txt

Return to bug 212890