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

(-)geany/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	geany
8
PORTNAME=	geany
9
PORTVERSION=	0.19.1
9
PORTVERSION=	0.20
10
CATEGORIES=	devel editors
10
CATEGORIES=	devel editors
11
MASTER_SITES=	http://download.geany.org/ SF
11
MASTER_SITES=	http://download.geany.org/ SF
12
12
(-)geany/distinfo (-3 / +2 lines)
Lines 1-3 Link Here
1
MD5 (geany-0.19.1.tar.bz2) = 5ed9623081ce2a23b9a3425b0486bba3 
1
SHA256 (geany-0.20.tar.bz2) = 59ae065c5ab007eea7dd3f2df6ca0cde61b326ce2d6aa2d5b44f5554fd2895bd
2
SHA256 (geany-0.19.1.tar.bz2) = 88a19293aefcc954b96ec2df0b17709ccdfbcb303b11f0e6852c390cb096d751 
2
SIZE (geany-0.20.tar.bz2) = 3010953
3
SIZE (geany-0.19.1.tar.bz2) = 2908755
(-)geany/pkg-plist (+11 lines)
Lines 103-110 Link Here
103
%%DATADIR%%/filetypes.d
103
%%DATADIR%%/filetypes.d
104
%%DATADIR%%/filetypes.diff
104
%%DATADIR%%/filetypes.diff
105
%%DATADIR%%/filetypes.docbook
105
%%DATADIR%%/filetypes.docbook
106
%%DATADIR%%/filetypes.erlang
106
%%DATADIR%%/filetypes.f77
107
%%DATADIR%%/filetypes.f77
107
%%DATADIR%%/filetypes.ferite
108
%%DATADIR%%/filetypes.ferite
109
%%DATADIR%%/filetypes.forth
108
%%DATADIR%%/filetypes.fortran
110
%%DATADIR%%/filetypes.fortran
109
%%DATADIR%%/filetypes.freebasic
111
%%DATADIR%%/filetypes.freebasic
110
%%DATADIR%%/filetypes.glsl
112
%%DATADIR%%/filetypes.glsl
Lines 115-120 Link Here
115
%%DATADIR%%/filetypes.javascript
117
%%DATADIR%%/filetypes.javascript
116
%%DATADIR%%/filetypes.latex
118
%%DATADIR%%/filetypes.latex
117
%%DATADIR%%/filetypes.lua
119
%%DATADIR%%/filetypes.lua
120
%%DATADIR%%/filetypes.lisp
118
%%DATADIR%%/filetypes.makefile
121
%%DATADIR%%/filetypes.makefile
119
%%DATADIR%%/filetypes.markdown
122
%%DATADIR%%/filetypes.markdown
120
%%DATADIR%%/filetypes.matlab
123
%%DATADIR%%/filetypes.matlab
Lines 143-148 Link Here
143
%%DATADIR%%/python.tags
146
%%DATADIR%%/python.tags
144
%%DATADIR%%/snippets.conf
147
%%DATADIR%%/snippets.conf
145
%%DATADIR%%/ui_toolbar.xml
148
%%DATADIR%%/ui_toolbar.xml
149
%%DATADIR%%/colorschemes/alt.conf
150
%%DATADIR%%/templates/bsd
151
%%DATADIR%%/templates/changelog
152
%%DATADIR%%/templates/fileheader
153
%%DATADIR%%/templates/function
154
%%DATADIR%%/templates/gpl
146
%%DATADIR%%/templates/files/file.html
155
%%DATADIR%%/templates/files/file.html
147
%%DATADIR%%/templates/files/file.php
156
%%DATADIR%%/templates/files/file.php
148
%%DATADIR%%/templates/files/file.rb
157
%%DATADIR%%/templates/files/file.rb
Lines 168-173 Link Here
168
%%NLS%%share/locale/hu/LC_MESSAGES/geany.mo
177
%%NLS%%share/locale/hu/LC_MESSAGES/geany.mo
169
%%NLS%%share/locale/it/LC_MESSAGES/geany.mo
178
%%NLS%%share/locale/it/LC_MESSAGES/geany.mo
170
%%NLS%%share/locale/ja/LC_MESSAGES/geany.mo
179
%%NLS%%share/locale/ja/LC_MESSAGES/geany.mo
180
%%NLS%%share/locale/kk/LC_MESSAGES/geany.mo
171
%%NLS%%share/locale/ko/LC_MESSAGES/geany.mo
181
%%NLS%%share/locale/ko/LC_MESSAGES/geany.mo
172
%%NLS%%share/locale/lb/LC_MESSAGES/geany.mo
182
%%NLS%%share/locale/lb/LC_MESSAGES/geany.mo
173
%%NLS%%share/locale/nl/LC_MESSAGES/geany.mo
183
%%NLS%%share/locale/nl/LC_MESSAGES/geany.mo
Lines 188-193 Link Here
188
@dirrm lib/geany
198
@dirrm lib/geany
189
@dirrm %%DATADIR%%/templates/files
199
@dirrm %%DATADIR%%/templates/files
190
@dirrm %%DATADIR%%/templates
200
@dirrm %%DATADIR%%/templates
201
@dirrm %%DATADIR%%/colorschemes
191
@dirrm %%DATADIR%%
202
@dirrm %%DATADIR%%
192
%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/images
203
%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/images
193
%%PORTDOCS%%@dirrm %%DOCSDIR%%/html
204
%%PORTDOCS%%@dirrm %%DOCSDIR%%/html

Return to bug 155912