Page MenuHomeFreeBSD

net/ss5: Fix missing @sample(s) in plist
AbandonedPublic

Authored by tobik on Sep 5 2018, 4:53 AM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 24 2024, 7:29 AM
Unknown Object (File)
Feb 20 2024, 9:09 AM
Unknown Object (File)
Dec 20 2023, 1:33 AM
Unknown Object (File)
Dec 13 2023, 5:18 AM
Unknown Object (File)
Nov 28 2023, 6:26 PM
Unknown Object (File)
Nov 28 2023, 7:50 AM
Unknown Object (File)
Nov 26 2023, 10:26 AM
Unknown Object (File)
Nov 26 2023, 5:23 AM

Details

Summary

Fixed plist issue

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 19407
Build 19006: arc lint + arc unit

Event Timeline

The difference in patches is because i converted the patches to proper way: make patch then make makepatches

net/ss5/Makefile
4โ€“7

Use

DISTVERSION=	3.8.9-8

here.

8
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION}
16
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
net/ss5/pkg-plist
0โ€“3

This does not make sense.

@sample %%ETCDIR%%/ss5.passwd.sample

will create

/usr/local/etc/ss5/ss5.passwd

during the package install iff ss5.passwd didn't exist previously. So the entries without @sample need to be removed.

Updating D17038: net/ss5: Fix missing @sample(s) in plist
Use DISTVERSION, remove extra file listing in plist

Seems this is no longer needed? Just seen a commit of one similar

tobik abandoned this revision.
tobik added a reviewer: ndowens_yahoo.com.

Seems this is no longer needed? Just seen a commit of one similar

Looks like it. Fixed in rP479021.