mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
graphics/bmeps: Update to 4.33.0
ChangeLog: https://sourceforge.net/p/dktools/wiki/change%20log/ NOTE: The binary file and the man page have been renamed. PR: 262132 Reported by: takefu@airport.fm (maintainer)
This commit is contained in:
parent
9aaa089593
commit
d2e4d48315
6
UPDATING
6
UPDATING
@ -5,6 +5,12 @@ they are unavoidable.
|
||||
You should get into the habit of checking this file for changes each time
|
||||
you update your ports collection, before attempting any port upgrades.
|
||||
|
||||
20220227:
|
||||
AFFECTS: users of graphics/bmeps
|
||||
AUTHOR: takefu@airport.fm
|
||||
|
||||
The binary and man page have been renamed from bmpp{.1.gz} to bitmap2pp{.1.gz}
|
||||
|
||||
20220225:
|
||||
AFFECTS: users of x11-toolkits/py-wxPython40
|
||||
AUTHOR: lbartoletti@FreeBSD.org
|
||||
|
@ -1,5 +1,5 @@
|
||||
PORTNAME= bmpp
|
||||
DISTVERSION= 4.31.1
|
||||
PORTNAME= bitmap2pp
|
||||
DISTVERSION= 4.33.0
|
||||
CATEGORIES= graphics perl5
|
||||
MASTER_SITES= SF/dktools/dktools/dktools-${PORTVERSION}
|
||||
DISTNAME= dktools-${PORTVERSION}
|
||||
@ -18,17 +18,16 @@ USES= jpeg localbase:ldflags
|
||||
GNU_CONFIGURE= yes
|
||||
# We do not want to include sys/termios.h even if it exists, and we do not want
|
||||
# to depend on BDB for db.h (it is used by other parts of dktools).
|
||||
CONFIGURE_ENV= ac_cv_header_db_h=no \
|
||||
ac_cv_header_sys_termios_h=no
|
||||
CONFIGURE_ENV= ac_cv_header_db_h=no
|
||||
|
||||
ALL_TARGET= bmpp
|
||||
ALL_TARGET= ${PORTNAME}
|
||||
CONFLICTS_INSTALL= dktools[0-9]*
|
||||
|
||||
PLIST_FILES= bin/bmpp \
|
||||
man/man1/bmpp.1.gz
|
||||
PLIST_FILES= bin/${PORTNAME} \
|
||||
man/man1/${PORTNAME}.1.gz
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/bmpp ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/man/man/man1/bmpp.1 ${STAGEDIR}${PREFIX}/man/man1/
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/man/man/man1/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1632196982
|
||||
SHA256 (dktools-4.31.1.tar.gz) = 072db537d279059a8b08d23ff2d82173ef2e5d4d857a61b9e3681d79cc10478b
|
||||
SIZE (dktools-4.31.1.tar.gz) = 16066445
|
||||
TIMESTAMP = 1645548003
|
||||
SHA256 (dktools-4.33.0.tar.gz) = 5bd2c5ffb7d976e28afffd5b15adefe20907048e536f5633ce665f922d84699f
|
||||
SIZE (dktools-4.33.0.tar.gz) = 23459431
|
||||
|
Loading…
Reference in New Issue
Block a user