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)
Fri, Jan 24, 5:10 PM
Unknown Object (File)
Sat, Jan 18, 9:55 PM
Unknown Object (File)
Dec 28 2024, 5:11 PM
Unknown Object (File)
Nov 26 2024, 3:08 PM
Unknown Object (File)
Nov 21 2024, 9:42 PM
Unknown Object (File)
Nov 20 2024, 10:31 PM
Unknown Object (File)
Nov 20 2024, 11:06 AM
Unknown Object (File)
Nov 20 2024, 8:22 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.