1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Update to 1.99.13.

PR:		106906
Submitted by:	Bjorn Konig <bkoenig@cs.tu-berlin.de>
This commit is contained in:
Roman Bogorodskiy 2006-12-23 04:47:19 +00:00
parent 545e2d0185
commit 2b5361def1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180564
3 changed files with 6 additions and 6 deletions

View File

@ -6,8 +6,8 @@
#
PORTNAME= easytag
PORTVERSION= 1.99.12
PORTREVISION= 1
PORTVERSION= 1.99.13
PORTREVISION= 0
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

View File

@ -1,3 +1,3 @@
MD5 (easytag-1.99.12.tar.bz2) = f4f98c56dc25b02317f22075940adf5b
SHA256 (easytag-1.99.12.tar.bz2) = 4b0ba435a48c92e60c1194d21b84cc5ca1d56b144c4a5a37109de39de51cda80
SIZE (easytag-1.99.12.tar.bz2) = 1333182
MD5 (easytag-1.99.13.tar.bz2) = 31526824095cedc2ba13e57a4fa490c2
SHA256 (easytag-1.99.13.tar.bz2) = 3731332185ee9c2514cd256999d2a33c5f15922d9de01eb77ae5976a61a78ed3
SIZE (easytag-1.99.13.tar.bz2) = 1384582

View File

@ -14,7 +14,7 @@ $FreeBSD$
@@ -1046,7 +1047,7 @@
size = st.st_size;
buffer = g_malloc(size);
- FILE *fd = fopen(filename, "rb");
+ fd = fopen(filename, "rb");
if (!fd)