mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04: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
3 changed files with 9 additions and 12 deletions
|
@ -1,4 +1,4 @@
|
||||||
# New ports collection makefile for: Leafpad
|
# New ports collection makefile for: leafpad
|
||||||
# Date created: 2004-10-18
|
# Date created: 2004-10-18
|
||||||
# Whom: Michael Johnson <ahze@ahze.net>
|
# Whom: Michael Johnson <ahze@ahze.net>
|
||||||
#
|
#
|
||||||
|
@ -6,8 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= leafpad
|
PORTNAME= leafpad
|
||||||
PORTVERSION= 0.8.4
|
PORTVERSION= 0.8.9
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= editors
|
CATEGORIES= editors
|
||||||
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
||||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||||
|
@ -18,6 +17,7 @@ COMMENT= GTK+ based simple text editor
|
||||||
USE_GNOME= gtk20 gnomehier desktopfileutils intlhack
|
USE_GNOME= gtk20 gnomehier desktopfileutils intlhack
|
||||||
USE_GCC= 3.4
|
USE_GCC= 3.4
|
||||||
USE_GETOPT_LONG= yes
|
USE_GETOPT_LONG= yes
|
||||||
|
USE_GETTEXT= YES
|
||||||
USE_X_PREFIX= yes
|
USE_X_PREFIX= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
|
||||||
|
@ -27,9 +27,7 @@ CONFIGURE_ARGS= --enable-chooser
|
||||||
CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}
|
CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}
|
||||||
LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}
|
LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}
|
||||||
|
|
||||||
.if !defined(NOPORTDOCS)
|
|
||||||
PORTDOCS= AUTHORS COPYING ChangeLog INSTALL README
|
PORTDOCS= AUTHORS COPYING ChangeLog INSTALL README
|
||||||
.endif
|
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e 's|/pixmaps|/gnome/pixmaps|; \
|
@${REINPLACE_CMD} -e 's|/pixmaps|/gnome/pixmaps|; \
|
||||||
|
@ -38,10 +36,8 @@ post-patch:
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
@${MKDIR} ${DOCSDIR}
|
@${INSTALL} -d ${DOCSDIR}
|
||||||
.for i in ${PORTDOCS}
|
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
|
||||||
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
|
|
||||||
.endfor
|
|
||||||
.endif
|
.endif
|
||||||
-@update-desktop-database
|
-@update-desktop-database
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (leafpad-0.8.4.tar.gz) = bf7ceee550932d8550b515ef9d59c739
|
MD5 (leafpad-0.8.9.tar.gz) = 66a502c2c9e87b8f7ef0370ecb83cbbb
|
||||||
SHA256 (leafpad-0.8.4.tar.gz) = c15ab805e18a0bcd4c26078158e48f264fdc70f6c28d2648323dfb7fbeeb650a
|
SHA256 (leafpad-0.8.9.tar.gz) = 5e8014be4fbebd0ced491d16eef8ef38a03382c25ef0ce41f0ee22a9ada30a6f
|
||||||
SIZE (leafpad-0.8.4.tar.gz) = 230525
|
SIZE (leafpad-0.8.9.tar.gz) = 247117
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
bin/leafpad
|
bin/leafpad
|
||||||
share/gnome/applications/leafpad.desktop
|
share/gnome/applications/leafpad.desktop
|
||||||
share/gnome/pixmaps/leafpad.png
|
share/gnome/pixmaps/leafpad.png
|
||||||
|
share/gnome/pixmaps/leafpad.xpm
|
||||||
share/locale/bg/LC_MESSAGES/leafpad.mo
|
share/locale/bg/LC_MESSAGES/leafpad.mo
|
||||||
share/locale/ca/LC_MESSAGES/leafpad.mo
|
share/locale/ca/LC_MESSAGES/leafpad.mo
|
||||||
share/locale/cs/LC_MESSAGES/leafpad.mo
|
share/locale/cs/LC_MESSAGES/leafpad.mo
|
||||||
|
|
Loading…
Add table
Reference in a new issue