From f384d86959f4e9e37af268a32cb8afcd1ee41d0b Mon Sep 17 00:00:00 2001 From: dinoex Date: Sun, 23 Feb 2003 07:06:56 +0000 Subject: - Update to 3.7 - add pre-fetch target for bento - optimize configuration with option CNEWSSRC --- news/c-nocem/Makefile | 15 ++++++++++----- news/c-nocem/distinfo | 2 +- 2 files changed, 11 insertions(+), 6 deletions(-) (limited to 'news') diff --git a/news/c-nocem/Makefile b/news/c-nocem/Makefile index 5f9620feb658..5da58420de1a 100644 --- a/news/c-nocem/Makefile +++ b/news/c-nocem/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= c-nocem -PORTVERSION= 3.6 +PORTVERSION= 3.7 CATEGORIES= news security MASTER_SITES= http://sites.inka.de/~bigred/sw/ \ ftp://ftp.dinoex.de/pub/FreeBSD/distfiles/ @@ -13,16 +13,17 @@ MASTER_SITES= http://sites.inka.de/~bigred/sw/ \ MAINTAINER= dinoex@FreeBSD.org COMMENT= NoCeM for C News and INN -BUILD_DEPENDS= ${WRKDIRPREFIX}${CNEWSSRC}/conf/substitutions:${PORTSDIR}/news/cnews:configure -BUILD_DEPENDS+= ${LOCALBASE}/lib/libcnews.a:${PORTSDIR}/news/cnews \ +BUILD_DEPENDS= ${CNEWSWRK}/conf/substitutions:${PORTSDIR}/${CNEWSSRC}:configure +BUILD_DEPENDS+= ${LOCALBASE}/lib/libcnews.a:${PORTSDIR}/${CNEWSSRC} \ gpg:${PORTSDIR}/security/gnupg WRKSRC= ${WRKDIR}/c-nocem -CNEWSSRC?= ${.CURDIR}/../cnews/work +CNEWSSRC?= news/cnews +CNEWSWRK?= ${WRKDIRPREFIX}${PORTSDIR}/${CNEWSSRC}/work NEWSBIN?= ${PREFIX}/libexec/cnews USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-cnews=${WRKDIRPREFIX}${CNEWSSRC} +CONFIGURE_ARGS+= --with-cnews=${CNEWSWRK} PLIST_SUB+= NEWSBIN=${NEWSBIN:S=${PREFIX}/==} .include @@ -31,4 +32,8 @@ PLIST_SUB+= NEWSBIN=${NEWSBIN:S=${PREFIX}/==} USE_PERL5= yes .endif +pre-fetch: + (cd ${.CURDIR}/../cnews && \ + ${SETENV} ${MAKE_ENV} ${MAKE} fetch) + .include diff --git a/news/c-nocem/distinfo b/news/c-nocem/distinfo index ff14e7808ca8..5eeb226c9bd6 100644 --- a/news/c-nocem/distinfo +++ b/news/c-nocem/distinfo @@ -1 +1 @@ -MD5 (c-nocem-3.6.tar.gz) = cc9f47ddd70bec9922017c13ce00be9b +MD5 (c-nocem-3.7.tar.gz) = 3588efec2862bc61bdd5a8b09caaaab9 -- cgit value='dependabot/npm_and_yarn/devel/electron4/files/lodash-4.17.19'>dependabot/npm_and_yarn/devel/electron4/files/lodash-4.17.19 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* - Convert to new perl frameworkaz2013-08-051-6/+3
* -remove MD5ohauer2011-07-031-1/+0