Update to 1.99.12.

PR:		95629
Submitted by:	Wesley Shields <wxs@csh.rit.edu>
This commit is contained in:
Adam Weinberger 2006-05-17 09:11:30 +00:00
parent 9345a3bcf3
commit 31c9ad0068
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=162630
3 changed files with 9 additions and 6 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= easytag
PORTVERSION= 1.99.11
PORTVERSION= 1.99.12
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -25,8 +25,9 @@ CONFLICTS= easytag-[0-9]*
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GNOME= gnomehack gnomeprefix gtk20
GNU_CONFIGURE= yes
USE_GETTEXT= yes
USE_GNOME= gnomehack gnomeprefix gtk20 desktopfileutils
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -DHAVE_GTK" \
LDFLAGS="-L${LOCALBASE}/lib"

View File

@ -1,3 +1,3 @@
MD5 (easytag-1.99.11.tar.bz2) = 0f05f08fde3b33c8aabfb3b18ec334fa
SHA256 (easytag-1.99.11.tar.bz2) = 7683c0d5836eee9df0f82769ecbb17ec97a493dd5f03de2d8b09b845e8ee4a0c
SIZE (easytag-1.99.11.tar.bz2) = 1350246
MD5 (easytag-1.99.12.tar.bz2) = f4f98c56dc25b02317f22075940adf5b
SHA256 (easytag-1.99.12.tar.bz2) = 4b0ba435a48c92e60c1194d21b84cc5ca1d56b144c4a5a37109de39de51cda80
SIZE (easytag-1.99.12.tar.bz2) = 1333182

View File

@ -21,3 +21,5 @@ share/locale/ru/LC_MESSAGES/easytag.mo
share/locale/sv/LC_MESSAGES/easytag.mo
share/locale/uk/LC_MESSAGES/easytag.mo
@dirrm share/gnome/easytag
@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true