summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2005-08-28 13:25:38 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2005-08-28 13:25:38 +0000
commitc357e9461774c00bf39dec891990987839f04312 (patch)
tree3afd0892dfeadd09ba53719a3574329b4ef72554 /comms
parentupdate to 3.35.1 (diff)
Update to 0.6.8
PR: ports/84641 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
Notes
Notes: svn path=/head/; revision=141118
Diffstat (limited to 'comms')
-rw-r--r--comms/gnokii/Makefile9
-rw-r--r--comms/gnokii/distinfo4
2 files changed, 6 insertions, 7 deletions
diff --git a/comms/gnokii/Makefile b/comms/gnokii/Makefile
index afb9c13bed86..0dee7843a6a5 100644
--- a/comms/gnokii/Makefile
+++ b/comms/gnokii/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gnokii
-PORTVERSION= 0.6.7
+PORTVERSION= 0.6.8
PORTEPOCH= 1
CATEGORIES= comms
MASTER_SITES= http://www.gnokii.org/download/gnokii/ \
@@ -143,14 +143,13 @@ post-patch:
post-build:
.if defined(WITH_SMSD)
- @cd ${WRKSRC}/smsd && ${GMAKE} all
- @cd ${WRKSRC}/smsd && ${GMAKE} libfile.la LOCALBASE=${LOCALBASE}
.if defined(WITH_MYSQL)
- @cd ${WRKSRC}/smsd && ${GMAKE} libmysql.la LOCALBASE=${LOCALBASE}
+ @${REINPLACE_CMD} -e 's/^DB_LIBS := libfile.la$$/DB_LIBS = libfile.la libmysql.la/' ${WRKSRC}/smsd/Makefile
.endif
.if defined(WITH_PGSQL)
- @cd ${WRKSRC}/smsd && ${GMAKE} libpq.la LOCALBASE=${LOCALBASE}
+ @${REINPLACE_CMD} -e 's/^DB_LIBS := libfile.la$$/DB_LIBS = libfile.la libpq.la/' -e 's/^DB_LIBS = libfile.la libmysql.la$$/DB_LIBS = libfile.la libpq.la libmysql.la' ${WRKSRC}/smsd/Makefile
.endif
+ @cd ${WRKSRC}/smsd && ${GMAKE} all
.endif
@${SED} -e 's|%%PREFIX%%|${PREFIX}|g' ${PKGDIR}/pkg-message > ${PKGMESSAGE}
diff --git a/comms/gnokii/distinfo b/comms/gnokii/distinfo
index ee6aab148f7a..99006ce61eaa 100644
--- a/comms/gnokii/distinfo
+++ b/comms/gnokii/distinfo
@@ -1,2 +1,2 @@
-MD5 (gnokii-0.6.7.tar.bz2) = c80d68549c86f287f24c2bee0e929ded
-SIZE (gnokii-0.6.7.tar.bz2) = 1932632
+MD5 (gnokii-0.6.8.tar.bz2) = 8109a8c3eb8ac0ee3e6ef3314bd2ce82
+SIZE (gnokii-0.6.8.tar.bz2) = 1980384