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

Collapse All | Expand All

(-)b/devel/sedsed/Makefile (-13 / +14 lines)
Lines 1-26 Link Here
1
PORTNAME=	sedsed
1
PORTNAME=	sedsed
2
PORTVERSION=	1.0
2
DISTVERSIONPREFIX=	v
3
PORTREVISION=	1
3
# version 2+ doesn't support BSD sed
4
DISTVERSION=	1.1
4
CATEGORIES=	devel
5
CATEGORIES=	devel
5
MASTER_SITES=	http://sedsed.sourceforge.net/
6
MASTER_SITES=	https://aurelio.net/projects/sedsed/
6
EXTRACT_SUFX=	# empty
7
7
8
MAINTAINER=	portmaster@BSDforge.com
8
MAINTAINER=	portmaster@BSDforge.com
9
COMMENT=	Python script that masters SED scripts
9
COMMENT=	Python script that masters SED scripts
10
WWW=		http://sedsed.sourceforge.net/
10
WWW=		http://sedsed.sourceforge.net/
11
11
12
PLIST_FILES=	bin/sedsed
12
LICENSE=	MIT
13
EXTRACT_CMD=	${CP}
13
LICENSE_FILE=	${WRKSRC}/LICENSE
14
EXTRACT_BEFORE_ARGS=
15
EXTRACT_AFTER_ARGS=	${WRKSRC}
16
17
NO_WRKSUBDIR=	yes
18
NO_BUILD=	yes
19
14
20
USES=		python shebangfix
15
USES=		python shebangfix
21
SHEBANG_FILES=	sedsed-1.0
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	aureliojargas
18
19
SHEBANG_FILES=	sedsed.py
20
NO_BUILD=	yes
21
PORTSCOUT=	ignore:1
22
PLIST_FILES=	bin/sedsed
22
23
23
do-install:
24
do-install:
24
	${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${STAGEDIR}${PREFIX}/bin/sedsed
25
	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.py ${STAGEDIR}${PREFIX}/bin/sedsed
25
26
26
.include <bsd.port.mk>
27
.include <bsd.port.mk>
(-)b/devel/sedsed/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (sedsed-1.0) = 38da1ef5234157da8e8f4fe8faf960c8f71ccce3d650b34f33f4df12ecda41d8
1
TIMESTAMP = 1713060239
2
SIZE (sedsed-1.0) = 51346
2
SHA256 (aureliojargas-sedsed-v1.1_GH0.tar.gz) = 698a035db1b2b29dc54e11255b9363e9fdd6562ab355011f8ea2c29fdd13b621
3
SIZE (aureliojargas-sedsed-v1.1_GH0.tar.gz) = 304521

Return to bug 277367