diff options
author | Tom Judge <tj@FreeBSD.org> | 2012-08-23 03:09:32 +0000 |
---|---|---|
committer | Tom Judge <tj@FreeBSD.org> | 2012-08-23 03:09:32 +0000 |
commit | fbdf0baff1cba6b7cf9b6d7b40b7e914f5a171fc (patch) | |
tree | 72cf84a83f4179d20d933bf60d98825a024d7892 /security/clamtk | |
parent | f448dabfd6d4815b2449f0905075fe70fdd39cac (diff) |
Upgrade to 4.41.
Changes: http://clamtk.sourceforge.net/CHANGES
Approved by: eadler (mentor)
Notes
Notes:
svn path=/head/; revision=302976
Diffstat (limited to 'security/clamtk')
-rw-r--r-- | security/clamtk/Makefile | 7 | ||||
-rw-r--r-- | security/clamtk/distinfo | 4 | ||||
-rw-r--r-- | security/clamtk/pkg-plist | 3 |
3 files changed, 9 insertions, 5 deletions
diff --git a/security/clamtk/Makefile b/security/clamtk/Makefile index 05860e10d6d3..584fbf4de372 100644 --- a/security/clamtk/Makefile +++ b/security/clamtk/Makefile @@ -6,7 +6,7 @@ # PORTNAME= clamtk -PORTVERSION= 4.38 +PORTVERSION= 4.41 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/ClamTk/${PORTVERSION} @@ -51,8 +51,9 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/lib/*.pm ${SITE_PERL}/ClamTk @${MKDIR} ${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop ${PREFIX}/share/applications - ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.png ${PREFIX}/share/pixmaps - ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.xpm ${PREFIX}/share/pixmaps + ${INSTALL_DATA} ${WRKSRC}/images/${PORTNAME}.png ${PREFIX}/share/pixmaps + ${INSTALL_DATA} ${WRKSRC}/images/${PORTNAME}.xpm ${PREFIX}/share/pixmaps + ${INSTALL_DATA} ${WRKSRC}/images/${PORTNAME}-loader.gif ${PREFIX}/share/pixmaps for l in ${LINGUAS}; do \ ${MKDIR} ${PREFIX}/share/locale/$${l}/LC_MESSAGES; \ ${INSTALL_DATA} ${WRKSRC}/po/$${l}.mo \ diff --git a/security/clamtk/distinfo b/security/clamtk/distinfo index 217934eb4f8b..28aa58948286 100644 --- a/security/clamtk/distinfo +++ b/security/clamtk/distinfo @@ -1,2 +1,2 @@ -SHA256 (clamtk-4.38.tar.gz) = e793cb2fef7429c249757e1ad6c7e6186003b5193ce09003082f0d66dd9349d2 -SIZE (clamtk-4.38.tar.gz) = 518092 +SHA256 (clamtk-4.41.tar.gz) = fb37aa7976e98e54fc0e06bbd2678b7f6998ff926b2ff5b8273510f3e3451bbc +SIZE (clamtk-4.41.tar.gz) = 543247 diff --git a/security/clamtk/pkg-plist b/security/clamtk/pkg-plist index 4e44e645e732..abb341d67234 100644 --- a/security/clamtk/pkg-plist +++ b/security/clamtk/pkg-plist @@ -48,14 +48,17 @@ share/locale/ru/LC_MESSAGES/clamtk.mo share/locale/sk/LC_MESSAGES/clamtk.mo share/locale/sl/LC_MESSAGES/clamtk.mo share/locale/sv/LC_MESSAGES/clamtk.mo +share/locale/te/LC_MESSAGES/clamtk.mo share/locale/th/LC_MESSAGES/clamtk.mo share/locale/tr/LC_MESSAGES/clamtk.mo share/locale/ug/LC_MESSAGES/clamtk.mo share/locale/uk/LC_MESSAGES/clamtk.mo +share/locale/uz/LC_MESSAGES/clamtk.mo share/locale/zh_CN/LC_MESSAGES/clamtk.mo share/locale/zh_TW/LC_MESSAGES/clamtk.mo share/pixmaps/clamtk.png share/pixmaps/clamtk.xpm +share/pixmaps/clamtk-loader.gif @dirrmtry share/locale/nl_BE/LC_MESSAGES @dirrmtry share/locale/nl_BE @dirrmtry share/locale/fo/LC_MESSAGES |