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

Collapse All | Expand All

(-)sasm/Makefile (-3 / +3 lines)
Lines 1-8 Link Here
1
# $FreeBSD: head/devel/sasm/Makefile 484677 2018-11-11 09:44:45Z sunpoet $
1
# $FreeBSD$
2
2
3
PORTNAME=	SASM
3
PORTNAME=	SASM
4
DISTVERSIONPREFIX=	v
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	3.10.0
5
DISTVERSION=	3.10.1
6
CATEGORIES=	devel
6
CATEGORIES=	devel
7
7
8
MAINTAINER=	freebsd@sysctl.cz
8
MAINTAINER=	freebsd@sysctl.cz
Lines 20-25 Link Here
20
DATADIR=	${PREFIX}/share/sasm
20
DATADIR=	${PREFIX}/share/sasm
21
21
22
post-patch:
22
post-patch:
23
	@${REINPLACE_CMD} -e 's|/usr/share|${PEFIX}/share|' ${WRKSRC}/BSD/share/applications/sasm.desktop
23
	@${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|' ${WRKSRC}/BSD/share/applications/sasm.desktop
24
24
25
.include <bsd.port.mk>
25
.include <bsd.port.mk>
(-)sasm/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1540942916
1
TIMESTAMP = 1541934385
2
SHA256 (Dman95-SASM-v3.10.0_GH0.tar.gz) = f6733cb295685a6bb6122809bb66e03b5501b3ada095538733ba5c8674fe5ef5
2
SHA256 (Dman95-SASM-v3.10.1_GH0.tar.gz) = 7bd7f3a01f217026362024b53505688fd3757a7dd8cc4e163b55d81a01c078d3
3
SIZE (Dman95-SASM-v3.10.0_GH0.tar.gz) = 22350610
3
SIZE (Dman95-SASM-v3.10.1_GH0.tar.gz) = 22349749
(-)sasm/pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
SASM has syntax highlighting and debugger. The program works out of
1
SASM has syntax highlighting and debugger. The program works out of 
2
the box and is great for beginners to learn assembly language.
2
the box and is great for beginners to learn assembly language.
3
3
4
WWW: https://dman95.github.io/SASM/english.html
4
WWW: https://dman95.github.io/SASM/english.html
(-)sasm/pkg-plist (-2 lines)
Lines 1-5 Link Here
1
bin/fasm
2
bin/listing
3
bin/sasm
1
bin/sasm
4
share/applications/sasm.desktop
2
share/applications/sasm.desktop
5
%%DATADIR%%/NASM/macro.c
3
%%DATADIR%%/NASM/macro.c

Return to bug 232843