diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2002-01-14 13:05:16 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2002-01-14 13:05:16 +0000 |
commit | 7381dfdd85cb0c1880cec106886592d45e81ca4b (patch) | |
tree | 032c0b6fb8236ea09bd50a4060335741cb4298d4 /www/aria | |
parent | b9e5e457e61380047e833004ccdc0dd19c5e8e69 (diff) |
update to 0.10test3.
PR: 33408
Submitted by: SASAKI Katuhiro <sahiro@crest.ocn.ne.jp>
Notes
Notes:
svn path=/head/; revision=53050
Diffstat (limited to 'www/aria')
-rw-r--r-- | www/aria/Makefile | 9 | ||||
-rw-r--r-- | www/aria/distinfo | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/www/aria/Makefile b/www/aria/Makefile index 67ab1d8d4468..c37b2a0b1a13 100644 --- a/www/aria/Makefile +++ b/www/aria/Makefile @@ -6,12 +6,11 @@ # PORTNAME= aria -PORTVERSION= 0.10.1 -PORTREVISION= 1 +PORTVERSION= 0.10.2.t3 CATEGORIES= www MASTER_SITES= http://rabien.virtualave.net/linux/storage/sources/ \ http://aria.rednoah.com/storage/sources/ -DISTNAME= ${PORTNAME}-0.10.1test21 +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.t/test/} MAINTAINER= nakai@FreeBSD.org @@ -19,13 +18,15 @@ USE_BZIP2= yes USE_GTK= yes USE_GMAKE= yes USE_X_PREFIX= yes -USE_LIBTOOL= yes +USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" pre-patch: @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + @${PERL} -pi -e 's|^CXXFLAGS.*|CXXFLAGS = \@CXXFLAGS\@|' \ + ${WRKSRC}/src/Makefile.in post-install: .if !defined(NOPORTDOCS) diff --git a/www/aria/distinfo b/www/aria/distinfo index 2c92c5404282..2d3a2c3bc753 100644 --- a/www/aria/distinfo +++ b/www/aria/distinfo @@ -1 +1 @@ -MD5 (aria-0.10.1test21.tar.bz2) = c416c0b631a2426551c9a671227afb1f +MD5 (aria-0.10.2test3.tar.bz2) = 2e1eda7874a397a362486fb86c96f0d2 |