mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Update to 0.8.9
PR: ports/96662 Submitted by: sat Approved by: krion (mentor)
This commit is contained in:
parent
6a2e831b58
commit
338db6b7ce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=161708
@ -1,4 +1,4 @@
|
||||
# New ports collection makefile for: Leafpad
|
||||
# New ports collection makefile for: leafpad
|
||||
# Date created: 2004-10-18
|
||||
# Whom: Michael Johnson <ahze@ahze.net>
|
||||
#
|
||||
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= leafpad
|
||||
PORTVERSION= 0.8.4
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.8.9
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -18,6 +17,7 @@ COMMENT= GTK+ based simple text editor
|
||||
USE_GNOME= gtk20 gnomehier desktopfileutils intlhack
|
||||
USE_GCC= 3.4
|
||||
USE_GETOPT_LONG= yes
|
||||
USE_GETTEXT= YES
|
||||
USE_X_PREFIX= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
|
||||
@ -27,9 +27,7 @@ CONFIGURE_ARGS= --enable-chooser
|
||||
CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}
|
||||
LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
PORTDOCS= AUTHORS COPYING ChangeLog INSTALL README
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|/pixmaps|/gnome/pixmaps|; \
|
||||
@ -38,10 +36,8 @@ post-patch:
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for i in ${PORTDOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
|
||||
.endfor
|
||||
@${INSTALL} -d ${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
|
||||
.endif
|
||||
-@update-desktop-database
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (leafpad-0.8.4.tar.gz) = bf7ceee550932d8550b515ef9d59c739
|
||||
SHA256 (leafpad-0.8.4.tar.gz) = c15ab805e18a0bcd4c26078158e48f264fdc70f6c28d2648323dfb7fbeeb650a
|
||||
SIZE (leafpad-0.8.4.tar.gz) = 230525
|
||||
MD5 (leafpad-0.8.9.tar.gz) = 66a502c2c9e87b8f7ef0370ecb83cbbb
|
||||
SHA256 (leafpad-0.8.9.tar.gz) = 5e8014be4fbebd0ced491d16eef8ef38a03382c25ef0ce41f0ee22a9ada30a6f
|
||||
SIZE (leafpad-0.8.9.tar.gz) = 247117
|
||||
|
@ -1,6 +1,7 @@
|
||||
bin/leafpad
|
||||
share/gnome/applications/leafpad.desktop
|
||||
share/gnome/pixmaps/leafpad.png
|
||||
share/gnome/pixmaps/leafpad.xpm
|
||||
share/locale/bg/LC_MESSAGES/leafpad.mo
|
||||
share/locale/ca/LC_MESSAGES/leafpad.mo
|
||||
share/locale/cs/LC_MESSAGES/leafpad.mo
|
||||
|
Loading…
Reference in New Issue
Block a user