- Update to 3.4.2
- USES -> libtool
This commit is contained in:
parent
e9a5ed6ce0
commit
a937b59ecf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357479
3 changed files with 11 additions and 10 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= sylpheed
|
||||
PORTVERSION= 3.4.1
|
||||
PORTVERSION= 3.4.2
|
||||
CATEGORIES= mail ipv6
|
||||
MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v${PORTVERSION:C/\.[^\.]*$//}/ \
|
||||
CRITICAL
|
||||
|
@ -15,7 +15,8 @@ LICENSE_COMB= dual
|
|||
|
||||
RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support
|
||||
|
||||
USES= gettext iconv gmake pkgconfig tar:bzip2 desktop-file-utils
|
||||
USES= gettext iconv gmake pkgconfig tar:bzip2 desktop-file-utils \
|
||||
libtool
|
||||
USE_GNOME= gtk20
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -130,7 +131,7 @@ post-install:
|
|||
.endfor
|
||||
@${INSTALL_DATA} ${WRKSRC}/sylpheed.png ${STAGEDIR}${PREFIX}/share/pixmaps/
|
||||
@${INSTALL_DATA} ${WRKSRC}/sylpheed.desktop ${STAGEDIR}${PREFIX}/share/applications/
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsylpheed-plugin-0.so.3
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsylph-0.so.3
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsylpheed-plugin-0.so.1.2.0
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsylph-0.so.1.2.0
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (sylpheed-3.4.1.tar.bz2) = 7ded48cff0761332d829008e2b6536f54d5c6330f9c45d7123172864b78b9787
|
||||
SIZE (sylpheed-3.4.1.tar.bz2) = 3473101
|
||||
SHA256 (sylpheed-3.4.2.tar.bz2) = 198de08d01a5c150adae6b6612da80674bbc7ed59b58bbd7508124b869322ba3
|
||||
SIZE (sylpheed-3.4.2.tar.bz2) = 3474176
|
||||
|
|
|
@ -40,12 +40,12 @@ include/sylpheed/sylph/utils.h
|
|||
include/sylpheed/sylph/uuencode.h
|
||||
include/sylpheed/sylph/virtual.h
|
||||
include/sylpheed/sylph/xml.h
|
||||
lib/libsylph-0.la
|
||||
lib/libsylph-0.so
|
||||
lib/libsylph-0.so.3
|
||||
lib/libsylpheed-plugin-0.la
|
||||
lib/libsylph-0.so.1
|
||||
lib/libsylph-0.so.1.2.0
|
||||
lib/libsylpheed-plugin-0.so
|
||||
lib/libsylpheed-plugin-0.so.3
|
||||
lib/libsylpheed-plugin-0.so.1
|
||||
lib/libsylpheed-plugin-0.so.1.2.0
|
||||
share/applications/sylpheed.desktop
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog.ja
|
||||
|
|
Loading…
Reference in a new issue