Fixed plist issue
Details
Details
Diff Detail
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
Comment Actions
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. |
Comment Actions
Updating D17038: net/ss5: Fix missing @sample(s) in plist
Use DISTVERSION, remove extra file listing in plist