1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

- update to 0.95

- add SHA256 checksum

Submitted by:	Filippo Natali <filippo.natali@gmail.com> (maintainer)
PR:		ports/89066
This commit is contained in:
Simon Barner 2005-11-15 13:33:27 +00:00
parent ea56cc0ee2
commit 2cedc5ea4b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=148373
4 changed files with 16 additions and 6 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= freepops
PORTVERSION= 0.0.31
PORTVERSION= 0.0.95
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= freepops
@ -29,6 +29,7 @@ CFLAGS+= -I${OPENSSLBASE}/include ${PTHREAD_CFLAGS}
post-patch:
@${REINPLACE_CMD} -e \
's|\(WHERE=\)/usr/local|\1${PREFIX}|; \
s|^#!/bin/bash|#!/bin/sh|; \
s|/usr/local|${LOCALBASE}|; \
s|^CC=gcc||; \
s|-O2 -g3 -march=i486|${CFLAGS}|' \
@ -42,6 +43,12 @@ post-patch:
@${REINPLACE_CMD} -e \
's|-pthread|${PTHREAD_LIBS}|g'\
${WRKSRC}/src/Makefile
@${REINPLACE_CMD} -e \
's|^#!/bin/bash|#!/bin/sh|' \
${WRKSRC}/modules/src/curl_lua/find_curl.sh
@${REINPLACE_CMD} -e \
's|^#CURL_LD_FLAGS|CURL_LD_FLAGS|' \
${WRKSRC}/src/Makefile
post-install:
@${CHMOD} ${SHAREMODE} ${DATADIR}/lua/*.lua

View File

@ -1,2 +1,3 @@
MD5 (freepops-0.0.31.tar.gz) = ff1d7b2553dd4092ba483d96a3917371
SIZE (freepops-0.0.31.tar.gz) = 1848031
MD5 (freepops-0.0.95.tar.gz) = 1b1704f12e605938ed631d70cd1c3f01
SHA256 (freepops-0.0.95.tar.gz) = 2fc9ccd7d50921c9d8ccb97e8ae073191fac133b878c230806c7bb0188725bd0
SIZE (freepops-0.0.95.tar.gz) = 1887702

View File

@ -1,10 +1,10 @@
--- modules/src/Makefile.template.orig Sun Jul 24 23:43:25 2005
+++ modules/src/Makefile.template Sun Jul 24 23:43:47 2005
--- modules/src/Makefile.template.orig Mon Nov 14 20:21:27 2005
+++ modules/src/Makefile.template Mon Nov 14 20:21:50 2005
@@ -77,7 +77,7 @@
.%.d:%.c
$(H)echo " building dep for $<"
- $(H)$(CC) -I. -I$(PREFIX)/include -MM $< > $@;
- $(H)$(CC) -I. -I$(PREFIX)/include $(CFLAGS) -MM $< > $@;
+ $(H)$(CC) ${CFLAGS} -MM $< > $@;
.%.d:%.pkg

View File

@ -39,6 +39,8 @@ etc/freepops/config.lua.sample
%%DATADIR%%/lua/netscape.lua
%%DATADIR%%/lua/mail2world.lua
%%DATADIR%%/lua/juno.lua
%%DATADIR%%/lua/fastmail.lua
%%DATADIR%%/lua/criticalpath.lua
@dirrm %%DATADIR%%/lua_unofficial
@dirrm %%DATADIR%%/lua
@dirrm %%DATADIR%%