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

Collapse All | Expand All

(-)sysutils/rmlint/Makefile (+39 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	rmlint
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	2.8.0
6
CATEGORIES=	sysutils
7
8
MAINTAINER=	jockl@pianojockl.org
9
COMMENT=	Remove duplicates and other lint from your filesystem
10
11
LICENSE=	GPLv3
12
13
LIB_DEPENDS=	libelf.so:devel/libelf
14
BUILD_DEPENDS=	${LOCALBASE}/lib/libglib-2.0.so:devel/glib20 git:devel/git sphinx-build:textproc/py-sphinx pkgconf:devel/pkgconf gettext:devel/gettext
15
16
USES=		scons
17
USES_GNOME=	glib20
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	sahib
20
GH_PROJECT=	rmlint
21
22
MAKE_ARGS=	--without-gui --prefix=${STAGEDIR}${PREFIX}
23
24
.include <bsd.port.pre.mk>
25
26
post-patch:
27
	${REINPLACE_CMD} -e 's|lseek64|lseek|g' ${WRKSRC}/lib/utilities.h
28
29
dist:
30
	${FETCH_CMD} -o- https://codeload.github.com/sahib/rmlint/zip/v${PORTVERSION} | tar xfv -
31
	# printf "all:\n\ninstall:\n\tscons --prefix=STAGEDIR/usr/local install" > rmlint-${PORTVERSION}/Makefile
32
	tar cfzv rmlint-${PORTVERSION}.tar.gz rmlint-${PORTVERSION}
33
	${RM} -r rmlint-${PORTVERSION}
34
	@${ECHO_CMD}
35
	@${ECHO_CMD} '======================================='
36
	@${ECHO_CMD} ' UPLOAD THE DISTFILE BEFORE YOU FORGET '
37
	@${ECHO_CMD} '======================================='
38
39
.include <bsd.port.post.mk>
(-)sysutils/rmlint/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1552391901
2
SHA256 (sahib-rmlint-v2.8.0_GH0.tar.gz) = 196bb595ac4d3d1a76ed62542b7895bda1cea47f0f77483286b2dfc8fc797253
3
SIZE (sahib-rmlint-v2.8.0_GH0.tar.gz) = 2476463
(-)sysutils/rmlint/pkg-descr (+5 lines)
Line 0 Link Here
1
rmlint is an "extremely fast tool to remove duplicates and other lint 
2
from your filesystem."
3
4
WWW: https://rmlint.rtfd.org/
5
WWW: https://github.com/sahib/rmlint
(-)sysutils/rmlint/pkg-plist (+2 lines)
Line 0 Link Here
1
bin/rmlint
2
share/man/man1/rmlint.1.gz

Return to bug 236362