View | Details | Raw Unified | Return to bug 262132 | Differences between
and this patch

Collapse All | Expand All

(-)b/UPDATING (+6 lines)
Lines 5-10 they are unavoidable. Link Here
5
You should get into the habit of checking this file for changes each time
5
You should get into the habit of checking this file for changes each time
6
you update your ports collection, before attempting any port upgrades.
6
you update your ports collection, before attempting any port upgrades.
7
7
8
20220225:
9
  AFFECTS: users of graphics/bmeps
10
  AUTHOR: takefu@airport.fm
11
12
  The binary and man page have been renamed from bmpp{.1.gz} to bitmap2pp{.1.gz}
13
8
20220224:
14
20220224:
9
  AFFECTS: users of net-im/openfire
15
  AFFECTS: users of net-im/openfire
10
  AUTHOR: nikita@druba.su
16
  AUTHOR: nikita@druba.su
(-)b/graphics/bmeps/Makefile (-9 / +8 lines)
Lines 1-5 Link Here
1
PORTNAME=	bmpp
1
PORTNAME=	bitmap2pp
2
DISTVERSION=	4.31.1
2
DISTVERSION=	4.33.0
3
CATEGORIES=	graphics perl5
3
CATEGORIES=	graphics perl5
4
MASTER_SITES=	SF/dktools/dktools/dktools-${PORTVERSION}
4
MASTER_SITES=	SF/dktools/dktools/dktools-${PORTVERSION}
5
DISTNAME=	dktools-${PORTVERSION}
5
DISTNAME=	dktools-${PORTVERSION}
Lines 18-34 USES= jpeg localbase:ldflags Link Here
18
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
19
# We do not want to include sys/termios.h even if it exists, and we do not want
19
# We do not want to include sys/termios.h even if it exists, and we do not want
20
# to depend on BDB for db.h (it is used by other parts of dktools).
20
# to depend on BDB for db.h (it is used by other parts of dktools).
21
CONFIGURE_ENV=	ac_cv_header_db_h=no \
21
CONFIGURE_ENV=	ac_cv_header_db_h=no
22
		ac_cv_header_sys_termios_h=no
23
22
24
ALL_TARGET=		bmpp
23
ALL_TARGET=		${PORTNAME}
25
CONFLICTS_INSTALL=	dktools[0-9]*
24
CONFLICTS_INSTALL=	dktools[0-9]*
26
25
27
PLIST_FILES=	bin/bmpp \
26
PLIST_FILES=	bin/${PORTNAME} \
28
		man/man1/bmpp.1.gz
27
		man/man1/${PORTNAME}.1.gz
29
28
30
do-install:
29
do-install:
31
	${INSTALL_PROGRAM} ${WRKSRC}/bmpp ${STAGEDIR}${PREFIX}/bin
30
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
32
	${INSTALL_MAN} ${WRKSRC}/man/man/man1/bmpp.1 ${STAGEDIR}${PREFIX}/man/man1/
31
	${INSTALL_MAN} ${WRKSRC}/man/man/man1/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1/
33
32
34
.include <bsd.port.mk>
33
.include <bsd.port.mk>
(-)b/graphics/bmeps/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1632196982
1
TIMESTAMP = 1645548003
2
SHA256 (dktools-4.31.1.tar.gz) = 072db537d279059a8b08d23ff2d82173ef2e5d4d857a61b9e3681d79cc10478b
2
SHA256 (dktools-4.33.0.tar.gz) = 5bd2c5ffb7d976e28afffd5b15adefe20907048e536f5633ce665f922d84699f
3
SIZE (dktools-4.31.1.tar.gz) = 16066445
3
SIZE (dktools-4.33.0.tar.gz) = 23459431

Return to bug 262132