Lines 1-7
Link Here
|
1 |
# $FreeBSD: head/net-p2p/rslsync/Makefile 469847 2018-05-14 02:55:52Z knu $ |
1 |
# $FreeBSD: head/net-p2p/rslsync/Makefile 469847 2018-05-14 02:55:52Z knu $ |
2 |
|
2 |
|
3 |
PORTNAME= rslsync |
3 |
PORTNAME= rslsync |
4 |
PORTVERSION= 2.5.12 |
4 |
PORTVERSION= 2.5.13 |
5 |
CATEGORIES= net-p2p |
5 |
CATEGORIES= net-p2p |
6 |
MASTER_SITES= https://download-cdn.resilio.com/${PORTVERSION}/FreeBSD-${CONFIG_ARCH}/ \ |
6 |
MASTER_SITES= https://download-cdn.resilio.com/${PORTVERSION}/FreeBSD-${CONFIG_ARCH}/ \ |
7 |
http://download-cdn.resilio.com/${PORTVERSION}/FreeBSD-${CONFIG_ARCH}/ |
7 |
http://download-cdn.resilio.com/${PORTVERSION}/FreeBSD-${CONFIG_ARCH}/ |
Lines 40-46
Link Here
|
40 |
for arch in ${ONLY_FOR_ARCHS}; do ${MAKE} DISTINFO_FILE=/dev/stdout ARCH=$$arch makesum; done | awk '$$1 != "TIMESTAMP" || NR == 1' > ${DISTINFO_FILE} |
40 |
for arch in ${ONLY_FOR_ARCHS}; do ${MAKE} DISTINFO_FILE=/dev/stdout ARCH=$$arch makesum; done | awk '$$1 != "TIMESTAMP" || NR == 1' > ${DISTINFO_FILE} |
41 |
|
41 |
|
42 |
do-build: |
42 |
do-build: |
43 |
${WRKSRC}/rslsync --dump-sample-config > ${WRKSRC}/rslsync.conf.sample |
43 |
${WRKSRC}/rslsync --nodaemon --dump-sample-config > ${WRKSRC}/rslsync.conf.sample |
44 |
${REINPLACE_CMD} -e 's;^//\([[:space:]]*"storage_path"[[:space:]]*:[[:space:]]*\)"/.*",$$;\1"/var/db/rslsync",;' ${WRKSRC}/rslsync.conf.sample |
44 |
${REINPLACE_CMD} -e 's;^//\([[:space:]]*"storage_path"[[:space:]]*:[[:space:]]*\)"/.*",$$;\1"/var/db/rslsync",;' ${WRKSRC}/rslsync.conf.sample |
45 |
${REINPLACE_CMD} -e 's;^//\([[:space:]]*"pid_file"[[:space:]]*:[[:space:]]*\)"/.*",$$;\1"/var/run/rslsync/rslsync.pid",;' ${WRKSRC}/rslsync.conf.sample |
45 |
${REINPLACE_CMD} -e 's;^//\([[:space:]]*"pid_file"[[:space:]]*:[[:space:]]*\)"/.*",$$;\1"/var/run/rslsync/rslsync.pid",;' ${WRKSRC}/rslsync.conf.sample |
46 |
|
46 |
|