- Fix plist.

- Bump PORTREVISION.

The port didn't package most of the contents of share/examples/inn,
but attempted to use them in exec/unexec portions of the package list,
producing errors for binary package installations.

PR:		159977 [1]
PR:		155436
Submitted by:	hag@linnaean.org [1]
Approved by:	fluffy (maintainer timeout)
This commit is contained in:
Alberto Villa 2012-01-24 12:05:45 +00:00
parent afcf4ba1c4
commit 5ba7db69fc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=289733
2 changed files with 28 additions and 2 deletions

View File

@ -7,7 +7,7 @@
PORTNAME?= inn
PORTVERSION?= 2.4.6
PORTREVISION?= 1
PORTREVISION?= 2
CATEGORIES= news ipv6
# Master distribution broken
#MASTER_SITES?= ${MASTER_SITE_ISC}

View File

@ -184,7 +184,33 @@ lib/libstorage.a
%%WITH_TAGGED_HASH%%@unexec rm -f %D/%%EXAMPLESDIR%%/db/history.pag 2> /dev/null || true
@comment --------------------------------------------------------------
@unexec for f in %%ETCFILES%%; do if cmp -s %%ETCDIR%%/${f} %D/%%EXAMPLESDIR%%/${f}; then rm -f %%ETCDIR%%/${f}; fi; done
@unexec for f in %%ETCFILES%%; do rm -f %D/%%EXAMPLESDIR%%/${f}; done
%%EXAMPLESDIR%%/actsync.cfg
%%EXAMPLESDIR%%/actsync.ign
%%EXAMPLESDIR%%/buffindexed.conf
%%EXAMPLESDIR%%/control.ctl
%%EXAMPLESDIR%%/cycbuff.conf
%%EXAMPLESDIR%%/distrib.pats
%%EXAMPLESDIR%%/expire.ctl
%%EXAMPLESDIR%%/incoming.conf
%%EXAMPLESDIR%%/inn.conf
%%EXAMPLESDIR%%/innfeed.conf
%%EXAMPLESDIR%%/innreport.conf
%%EXAMPLESDIR%%/innwatch.ctl
%%EXAMPLESDIR%%/moderators
%%EXAMPLESDIR%%/motd.news
%%EXAMPLESDIR%%/news2mail.cf
%%EXAMPLESDIR%%/newsfeeds
%%EXAMPLESDIR%%/nnrpd.track
%%EXAMPLESDIR%%/nntpsend.ctl
%%EXAMPLESDIR%%/ovdb.conf
%%EXAMPLESDIR%%/overview.fmt
%%EXAMPLESDIR%%/passwd.nntp
%%EXAMPLESDIR%%/radius.conf
%%EXAMPLESDIR%%/readers.conf
%%EXAMPLESDIR%%/sasl.conf
%%EXAMPLESDIR%%/storage.conf
%%EXAMPLESDIR%%/subscriptions
@exec mkdir %%ETCDIR%%
@exec for f in %%ETCFILES%%; do [ -f %%ETCDIR%%/${f} ] || cp -fp %D/%%EXAMPLESDIR%%/${f} %%ETCDIR%%/${f}; done
@comment --------------------------------------------------------------
@dirrm %%EXAMPLESDIR%%/db