[oe-commits] org.oe.dev masqmail: update to 0.2.21, switched to Debian mirror

hrw commit openembedded-commits at lists.openembedded.org
Thu Dec 14 14:36:03 UTC 2006


masqmail: update to 0.2.21, switched to Debian mirror

Author: hrw at openembedded.org
Branch: org.openembedded.dev
Revision: accbdc425748faa6d29ac7e4412d7fef56b3d94c
ViewMTN: http://monotone.openembedded.org/revision.psp?id=accbdc425748faa6d29ac7e4412d7fef56b3d94c
Files:
1
packages/masqmail/files
packages/masqmail/files/configure-ac-glib-2-0.patch
packages/masqmail/masqmail_0.2.20.bb
packages/masqmail/masqmail_0.2.21.bb
Diffs:

#
# mt diff -rd2e532299bca13fe0a9d0b3b391439c3b9efef04 -raccbdc425748faa6d29ac7e4412d7fef56b3d94c
#
# 
# 
# delete "packages/masqmail/files"
# 
# delete "packages/masqmail/files/configure-ac-glib-2-0.patch"
# 
# rename "packages/masqmail/masqmail_0.2.20.bb"
#     to "packages/masqmail/masqmail_0.2.21.bb"
# 
# patch "packages/masqmail/masqmail_0.2.21.bb"
#  from [2b3054d8334911367e78e1b93cf0b17f7cbe8ab7]
#    to [319e6f28f68707995976f3bae2a48f9d02b0fe39]
# 
============================================================
--- packages/masqmail/masqmail_0.2.20.bb	2b3054d8334911367e78e1b93cf0b17f7cbe8ab7
+++ packages/masqmail/masqmail_0.2.21.bb	319e6f28f68707995976f3bae2a48f9d02b0fe39
@@ -1,19 +1,19 @@
-# MasqMail from http://innominate.org/kurth/masqmail/
-DESCRIPTION = "MasqMail is a mail server designed for hosts that do not have a permanent internet connection eg. a home network or a single host at home. It has special support for connections to different ISPs. It replaces sendmail or other MTAs such as qmail or exim."
+DESCRIPTION = "MasqMail is a mail server designed for hosts that do not have \
+a permanent internet connection eg. a home network or a single host at home. \
+It has special support for connections to different ISPs. It replaces sendmail \
+or other MTAs such as qmail or exim."
 HOMEPAGE = "http://innominate.org/kurth/masqmail/"
 SECTION = "console/network"
 PRIORITY = "optional"
 LICENSE = "GPL"
-PR = "r0"
+DEPENDS = "glib-2.0"
 
-DEPENDS = "glib-2.0"
+SRC_URI = "${DEBIAN_MIRROR}/main/m/${PN}/${PN}_${PV}.orig.tar.gz"
 
-SRC_URI = "http://innominate.org/kurth/masqmail/download/masqmail-${PV}.tar.gz"
-SRC_URI += "file://configure-ac-glib-2-0.patch;patch=1"
+inherit autotools pkgconfig
 
 EXTRA_OECONF += "--disable-glibtest"
 EXTRA_OECONF += "--disable-resolver"
-EXTRA_OECONF += "--disable-debug"
 
 # These are the standard Debian values for ownership of the programs,
 # this stuff fakes out the install script chown operations then replicates
@@ -26,5 +26,3 @@ IPKGBUILDCMD = "ipkg-build -o ${MAIL_USE
 EXTRA_OECONF += "--with-group=$(id -g)"
 
 IPKGBUILDCMD = "ipkg-build -o ${MAIL_USER} -g ${MAIL_GROUP}"
-
-inherit autotools






More information about the Openembedded-commits mailing list