diff options
author | avilla <avilla@FreeBSD.org> | 2012-01-24 20:05:45 +0800 |
---|---|---|
committer | avilla <avilla@FreeBSD.org> | 2012-01-24 20:05:45 +0800 |
commit | 74a4eeac6543c1651c89efbce53b77dd229a3ea9 (patch) | |
tree | c6f8ae21429bb66bb595888190af748cd6cdc46d /news/inn | |
parent | af33e40537f2a2a5e549d97aab297a4a8dd2e2d3 (diff) | |
download | freebsd-ports-gnome-74a4eeac6543c1651c89efbce53b77dd229a3ea9.tar.gz freebsd-ports-gnome-74a4eeac6543c1651c89efbce53b77dd229a3ea9.tar.zst freebsd-ports-gnome-74a4eeac6543c1651c89efbce53b77dd229a3ea9.zip |
- 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)
Diffstat (limited to 'news/inn')
-rw-r--r-- | news/inn/Makefile | 2 | ||||
-rw-r--r-- | news/inn/pkg-plist | 28 |
2 files changed, 28 insertions, 2 deletions
diff --git a/news/inn/Makefile b/news/inn/Makefile index e3c8e790e326..8bf9ad04310d 100644 --- a/news/inn/Makefile +++ b/news/inn/Makefile @@ -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} diff --git a/news/inn/pkg-plist b/news/inn/pkg-plist index 9cdaeee80ab1..b161b2608b02 100644 --- a/news/inn/pkg-plist +++ b/news/inn/pkg-plist @@ -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 |